We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a219c commit fa03c3aCopy full SHA for fa03c3a
projects/starlark-rust/Dockerfile
@@ -16,5 +16,6 @@
16
17
FROM gcr.io/oss-fuzz-base/base-builder-rust
18
RUN git clone --depth 1 https://github.com/facebookexperimental/starlark-rust.git starlark-rust
19
+RUN rustup update nightly
20
WORKDIR starlark-rust
21
COPY build.sh $SRC/
projects/starlark-rust/build.sh
@@ -18,7 +18,7 @@
find . -name '*.star' -exec zip starlark_seed_corpus.zip {} \;
cd starlark
-cargo fuzz build -O
+cargo +nightly fuzz build -O
22
23
FUZZ_TARGET_OUTPUT_DIR=fuzz/target/x86_64-unknown-linux-gnu/release
24
for f in fuzz/fuzz_targets/*.rs
0 commit comments