Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nmattia committed Oct 25, 2024
1 parent cb6bcca commit d6db727
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rs/embedders/fuzz/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ rust_library(
"//conditions:default": [],
}),
proc_macro_deps = MACRO_DEPENDENCIES,
rustc_env = {
"RUSTC_BOOTSTRAP": "1",
},
rustc_flags = select({
"//bazel:fuzzing_code_enabled": DEFAULT_RUSTC_FLAGS_FOR_FUZZING,
"//conditions:default": [],
Expand Down

0 comments on commit d6db727

Please sign in to comment.