add base-builder-go-codeintelligencetesting for next 13 projects (#7683)

This commit is contained in:
Roman Wagner 2022-05-10 02:29:29 +02:00 committed by GitHub
parent afdf1caa5d
commit e71e320709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 13 additions and 13 deletions

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
# Clone the actual repo with the fuzz target.
RUN git clone --depth 1 https://github.com/GoogleCloudPlatform/config-validator $GOPATH/src/github.com/GoogleCloudPlatform/config-validator

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN git clone --depth 1 https://github.com/dgraph-io/dgraph
COPY build.sh $SRC/
WORKDIR $SRC/dgraph

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN git clone https://github.com/dragonflyoss/Dragonfly
COPY build.sh $SRC/
WORKDIR $SRC/Dragonfly

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN git clone --depth 1 https://github.com/etcd-io/etcd
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
COPY build.sh $SRC/

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
ENV PROJECT_ROOT="${GOPATH:-/root/go}/src/github.com/fluxcd"

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN git clone --depth 1 http://github.com/mattn/go-sqlite3 $GOPATH/src/github.com/mattn/go-sqlite3
COPY build.sh $SRC/

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN git clone --depth 1 https://github.com/hashicorp/hcl
COPY build.sh $SRC
WORKDIR $SRC/hcl

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN apt-get update && apt-get install -y mesa-opencl-icd ocl-icd-opencl-dev gcc \
git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev
RUN git clone --depth 1 https://github.com/filecoin-project/lotus

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
ENV GO111MODULE=on
RUN git clone https://github.com/prometheus/prometheus $GOPATH/src/github.com/prometheus/prometheus
COPY build.sh $SRC/

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN git clone --depth 1 https://github.com/jhump/protoreflect
COPY fuzz_protoparse.go $SRC/protoreflect/desc/protoparse/

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN git clone --depth 1 https://github.com/marten-seemann/qpack/ && \
cd qpack && \

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN git clone --depth 1 https://github.com/google/syzkaller/

View File

@ -14,7 +14,7 @@
#
################################################################################
FROM gcr.io/oss-fuzz-base/base-builder-go
FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
RUN git clone --depth 1 https://github.com/gravitational/teleport.git
COPY build.sh $SRC/
WORKDIR $SRC/teleport