Commit e71e320 1 parent afdf1ca commit e71e320 Copy full SHA for e71e320
File tree 13 files changed +13
-13
lines changed
13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
19
19
# Clone the actual repo with the fuzz target.
20
20
RUN git clone --depth 1 https://github.com/GoogleCloudPlatform/config-validator $GOPATH/src/github.com/GoogleCloudPlatform/config-validator
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
RUN git clone --depth 1 https://github.com/dgraph-io/dgraph
19
19
COPY build.sh $SRC/
20
20
WORKDIR $SRC/dgraph
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
RUN git clone https://github.com/dragonflyoss/Dragonfly
19
19
COPY build.sh $SRC/
20
20
WORKDIR $SRC/Dragonfly
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
RUN git clone --depth 1 https://github.com/etcd-io/etcd
19
19
RUN git clone --depth 1 https://github.com/cncf/cncf-fuzzing
20
20
COPY build.sh $SRC/
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
19
19
ENV PROJECT_ROOT="${GOPATH:-/root/go}/src/github.com/fluxcd"
20
20
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
RUN git clone --depth 1 http://github.com/mattn/go-sqlite3 $GOPATH/src/github.com/mattn/go-sqlite3
19
19
20
20
COPY build.sh $SRC/
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
RUN git clone --depth 1 https://github.com/hashicorp/hcl
19
19
COPY build.sh $SRC
20
20
WORKDIR $SRC/hcl
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
RUN apt-get update && apt-get install -y mesa-opencl-icd ocl-icd-opencl-dev gcc \
19
19
git bzr jq pkg-config curl clang build-essential hwloc libhwloc-dev
20
20
RUN git clone --depth 1 https://github.com/filecoin-project/lotus
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
ENV GO111MODULE=on
19
19
RUN git clone https://github.com/prometheus/prometheus $GOPATH/src/github.com/prometheus/prometheus
20
20
COPY build.sh $SRC/
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
RUN git clone --depth 1 https://github.com/jhump/protoreflect
19
19
20
20
COPY fuzz_protoparse.go $SRC/protoreflect/desc/protoparse/
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
19
19
RUN git clone --depth 1 https://github.com/marten-seemann/qpack/ && \
20
20
cd qpack && \
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
19
19
RUN git clone --depth 1 https://github.com/google/syzkaller/
20
20
Original file line number Diff line number Diff line change 14
14
#
15
15
# ###############################################################################
16
16
17
- FROM gcr.io/oss-fuzz-base/base-builder-go
17
+ FROM gcr.io/oss-fuzz-base/base-builder-go-codeintelligencetesting
18
18
RUN git clone --depth 1 https://github.com/gravitational/teleport.git
19
19
COPY build.sh $SRC/
20
20
WORKDIR $SRC/teleport
You can’t perform that action at this time.
0 commit comments