Skip to content

Commit

Permalink
starlark-rust: fix rustc version issues (#12404)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathaniel-brough authored Aug 26, 2024
1 parent 00a219c commit fa03c3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions projects/starlark-rust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@

FROM gcr.io/oss-fuzz-base/base-builder-rust
RUN git clone --depth 1 https://github.com/facebookexperimental/starlark-rust.git starlark-rust
RUN rustup update nightly
WORKDIR starlark-rust
COPY build.sh $SRC/
2 changes: 1 addition & 1 deletion projects/starlark-rust/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
find . -name '*.star' -exec zip starlark_seed_corpus.zip {} \;

cd starlark
cargo fuzz build -O
cargo +nightly fuzz build -O

FUZZ_TARGET_OUTPUT_DIR=fuzz/target/x86_64-unknown-linux-gnu/release
for f in fuzz/fuzz_targets/*.rs
Expand Down

0 comments on commit fa03c3a

Please sign in to comment.