Home
last modified time | relevance | path

Searched full:rustflags (Results 1 – 25 of 42) sorted by relevance

12

/external/oss-fuzz/projects/libra/
Dbuild.sh41 export RUSTFLAGS="-C link-arg=-L/usr/local/lib -C link-arg=-lc++"
60 RUSTFLAGS="$RUSTFLAGS --cfg fuzzing" # used to change code logic
61 RUSTFLAGS="$RUSTFLAGS -Cdebug-assertions" # to get debug_assert in rust
62 RUSTFLAGS="$RUSTFLAGS -Zsanitizer=address" # address sanitizer (ASAN)
64 RUSTFLAGS="$RUSTFLAGS -Cdebuginfo=1"
65 RUSTFLAGS="$RUSTFLAGS -Cforce-frame-pointers"
67 RUSTFLAGS="$RUSTFLAGS -Cpasses=sancov"
68 RUSTFLAGS="$RUSTFLAGS -Cllvm-args=-sanitizer-coverage-level=4"
69 RUSTFLAGS="$RUSTFLAGS -Cllvm-args=-sanitizer-coverage-trace-compares"
70 RUSTFLAGS="$RUSTFLAGS -Cllvm-args=-sanitizer-coverage-inline-8bit-counters"
[all …]
/external/oss-fuzz/infra/base-images/base-builder/
Dcargo17 # This just expands RUSTFLAGS in case of a coverage build
27 export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix src=$crate_src_abspath/src"
38 export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix fuzz_targets=$fuzz_src_abspath/fuzz_targets"
40 export RUSTFLAGS="$RUSTFLAGS -C debug-assertions=no"
Dcompile98 # use RUSTFLAGS.
102 export RUSTFLAGS="--cfg fuzzing -Zsanitizer=${SANITIZER} -Cdebuginfo=1 -Cforce-frame-pointers"
104 export RUSTFLAGS="--cfg fuzzing -Cdebuginfo=1 -Cforce-frame-pointers"
109 export RUSTFLAGS="$RUSTFLAGS -Zinstrument-coverage -C link-arg=-lc++"
/external/rust/crates/proc-macro2/.github/workflows/
Dci.yml26 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
27 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --no-default-features
44 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
45 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --no-default-features
46 - run: RUSTFLAGS='-Z allow-features=' cargo test
/external/crosvm/bin/
Dclippy95 RUSTFLAGS="${RUSTFLAGS:-}"
96 export RUSTFLAGS="$RUSTFLAGS --sysroot=$RUST_SYSROOT"
/external/rust/crates/thiserror/.github/workflows/
Dci.yml18 rustflags: --cfg thiserror_nightly_testing
26 RUSTFLAGS: ${{matrix.rustflags}}
/external/rust/crates/async-trait/.github/workflows/
Dci.yml18 rustflags: --cfg async_trait_nightly_testing
26 RUSTFLAGS: ${{matrix.rustflags}}
/external/rust/crates/memchr/.github/workflows/
Dci.yml109 RUSTFLAGS="$preamble" cargo test --verbose
112 RUSTFLAGS="$preamble" cargo test --verbose --features libc
116 RUSTFLAGS="$preamble" cargo test --verbose
122 RUSTFLAGS="$preamble --cfg memchr_runtime_sse2" cargo test --verbose
127 RUSTFLAGS="$preamble --cfg memchr_runtime_avx" cargo test --verbose
/external/rust/crates/hashlink/.circleci/
Dconfig.yml46RUSTFLAGS="-Z sanitizer=address" cargo +nightly -Z build-std test --target x86_64-unknown-linux-gnu
47RUSTFLAGS="-Z sanitizer=leak" cargo +nightly test -Z build-std --target x86_64-unknown-linux-gnu
48RUSTFLAGS="-Z sanitizer=memory" cargo +nightly test -Z build-std --target x86_64-unknown-linux-gnu
/external/rust/crates/proc-macro2/
Dbuild.rs24 // nightly, unless `-Z allow-feature` in RUSTFLAGS disallows unstable
135 if let Some(rustflags) = env::var_os("RUSTFLAGS") { in feature_allowed()
136 for mut flag in rustflags.to_string_lossy().split(' ') { in feature_allowed()
/external/rust/crates/bytes/ci/
Dtsan.sh8 RUSTFLAGS="-Z sanitizer=address" \
12 RUSTFLAGS="-Z sanitizer=thread" \
/external/rust/cxx/.github/workflows/
Dci.yml32 RUSTFLAGS: --cfg deny_warnings
49 run: echo "RUSTFLAGS=--cfg skip_ui_tests $RUSTFLAGS" >> $GITHUB_ENV
/external/rust/crates/fallible-iterator/.circleci/
Dconfig.yml27 RUSTFLAGS: -D warnings
43 RUSTFLAGS: -D warnings
/external/crosvm/integration_tests/guest_under_test/
DMakefile18 RUSTFLAGS= macro
25 RUSTFLAGS="-Clinker=aarch64-linux-gnu-ld" macro
75 $(RUSTFLAGS) --target $(RUST_TARGET)
/external/oss-fuzz/projects/wasmtime/
Dbuild.sh33 export RUSTFLAGS="$RUSTFLAGS --remap-path-prefix $i=$crate_src_abspath/$i"
/external/rust/crates/bytes/.github/workflows/
Dci.yml12 RUSTFLAGS: -Dwarnings
143 run: RUSTFLAGS="--cfg loom -Dwarnings" cargo test --lib
/external/oss-fuzz/projects/suricata/
Dbuild.sh64 …export RUSTFLAGS="$RUSTFLAGS -Cpasses=sancov -Cllvm-args=-sanitizer-coverage-level=4 -Cllvm-args=-…
/external/rust/crates/grpcio/.github/workflows/
Dci.yml13 RUSTFLAGS: "--deny=warnings"
70 - run: RUSTFLAGS="-Z sanitizer=address" cargo test --all --target x86_64-unknown-linux-gnu
/external/rust/crates/rusqlite/.github/workflows/
Dmain.yml54 RUSTFLAGS: -Ctarget-feature=+crt-static
92 RUSTFLAGS: -Zsanitizer=address
/external/rust/crates/vmm_vhost/.cargo/
Dconfig5 rustflags = [ "-C", "target-feature=+crt-static", "-C", "link-arg=-lgcc"]
/external/rust/crates/once_cell/.github/workflows/
Dci.yaml12 RUSTFLAGS: -D warnings
/external/rust/crates/fallible-streaming-iterator/.circleci/
Dconfig.yml28 RUSTFLAGS: -D warnings
/external/rust/crates/remain/.github/workflows/
Dci.yml31 RUSTFLAGS: --cfg remain_stable_testing
/external/rust/crates/criterion/ci/
Dscript.sh23 export RUSTFLAGS="-D warnings"
/external/rust/crates/zip/.github/workflows/
Dci.yaml10 RUSTFLAGS: -Dwarnings

12