[vitess] fix build (#7155)

This commit is contained in:
AdamKorcz 2022-01-19 14:07:58 +00:00 committed by GitHub
parent 8f4bec7ec6
commit 3451508650
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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