mirror of https://github.com/google/oss-fuzz.git
[vitess] fix build (#7155)
This commit is contained in:
parent
8f4bec7ec6
commit
3451508650
|
@ -16,5 +16,6 @@
|
|||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-go
|
||||
RUN git clone --depth 1 https://github.com/vitessio/vitess
|
||||
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
|
||||
COPY build.sh $SRC/
|
||||
WORKDIR $SRC/vitess
|
||||
|
|
|
@ -14,6 +14,5 @@
|
|||
# limitations under the License.
|
||||
#
|
||||
################################################################################
|
||||
|
||||
chmod +x $SRC/vitess/go/test/fuzzing/oss_fuzz_build.sh
|
||||
$SRC/vitess/go/test/fuzzing/oss_fuzz_build.sh
|
||||
cp $SRC/cncf-fuzzing/projects/vitess/vt_schema_fuzzer.go $SRC/vitess/go/test/fuzzing/
|
||||
$SRC/cncf-fuzzing/projects/vitess/build.sh
|
||||
|
|
Loading…
Reference in New Issue