Home
last modified time | relevance | path

Searched full:cargo (Results 1 – 25 of 952) sorted by relevance

12345678910>>...39

/external/rust/crates/grpcio/.github/workflows/
Dci.yml24 …- run: which go && go version && which cargo && cargo version && clang --version && openssl versio…
26 - run: cargo fmt --all -- --check
27 …- run: cargo clippy --all -- -D clippy::all && cargo clippy --all --no-default-features --features…
35 …- run: which go && go version && which cargo && cargo version && clang --version && openssl version
39 - run: cargo build --no-default-features
40 - run: cargo build --no-default-features --features protobuf-codec
41 - run: cargo build --no-default-features --features prost-codec
42 - run: cd proto && cargo build --no-default-features --features prost-codec
43 - run: cargo build
44 - run: cargo test --all
[all …]
/external/rust/crates/rusqlite/
D.travis.yml26 - cargo build
27 - cargo build --features bundled
28 - cargo build --features sqlcipher
29 - cargo build --features "bundled sqlcipher"
30 - cargo test
31 - cargo test --features "backup blob extra_check"
32 - cargo test --features "collation functions"
33 - cargo test --features "hooks limits"
34 - cargo test --features load_extension
35 - cargo test --features trace
[all …]
/external/rust/crates/log/.github/workflows/
Dmain.yml39 - run: cargo test --verbose
40 - run: cargo test --verbose --features serde
41 - run: cargo test --verbose --features std
42 - run: cargo test --verbose --features kv_unstable
43 - run: cargo test --verbose --features kv_unstable_sval
44 - run: cargo test --verbose --features kv_unstable_serde
45 …- run: cargo test --verbose --features "kv_unstable kv_unstable_std kv_unstable_sval kv_unstable_s…
46 - run: cargo run --verbose --manifest-path test_max_level_features/Cargo.toml
47 - run: cargo run --verbose --manifest-path test_max_level_features/Cargo.toml --release
59 - run: cargo fmt -- --check
[all …]
/external/rust/crates/memchr/.github/workflows/
Dci.yml15 CARGO: cargo
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
77 cargo install --git https://github.com/rust-embedded/cross
78 echo "::set-env name=CARGO::cross"
80 - name: Show command used for Cargo
82 echo "cargo command is: ${{ env.CARGO }}"
87 - run: ${{ env.CARGO }} build --verbose $TARGET
88 - run: ${{ env.CARGO }} build --verbose $TARGET --no-default-features
89 - run: ${{ env.CARGO }} doc --verbose $TARGET
94 run: ${{ env.CARGO }} test --verbose $TARGET byte_order -- --nocapture
[all …]
/external/rust/crates/nom/
D.travis.yml5 cache: cargo
32 - export PATH=$HOME/.cargo/bin:$PATH
34 - eval cargo doc --verbose $DOC_FEATURES
38 - export PATH=$HOME/.cargo/bin:$PATH
39 - cargo install cargo-update || echo "cargo-update already installed"
40 - cargo install cargo-travis || echo "cargo-travis already installed"
41 - cargo install-update -a
44 cargo coveralls --verbose --all-features
49 - export PATH=$HOME/.cargo/bin:$PATH
52 - eval cargo fmt -- --write-mode=diff
[all …]
/external/rust/crates/proc-macro2/.github/workflows/
Dci.yml23 - run: cargo test
24 - run: cargo test --no-default-features
25 - run: cargo test --features span-locations
26 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test
27 - run: RUSTFLAGS='--cfg procmacro2_semver_exempt' cargo test --no-default-features
39 - run: cargo test
40 - run: cargo test --no-default-features
41 …- run: cargo test --no-default-features -- --ignored # run the ignored test to make sure the `proc…
42 - run: cargo test --features span-locations
43 - run: cargo test --manifest-path tests/ui/Cargo.toml
[all …]
/external/rust/crates/regex-automata/.github/workflows/
Dci.yml15 CARGO: cargo
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
84 cargo install --git https://github.com/rust-embedded/cross
85 echo "::set-env name=CARGO::cross"
88 - name: Show command used for Cargo
90 echo "cargo command is: ${{ env.CARGO }}"
95 run: ${{ env.CARGO }} build --verbose ${{ env.TARGET }}
99 run: ${{ env.CARGO }} doc --verbose ${{ env.TARGET }}
106 run: ${{ env.CARGO }} build --manifest-path examples/Cargo.toml --examples
110 run: ${{ env.CARGO }} test --verbose --features transducer ${{ env.TARGET }}
[all …]
/external/rust/crates/libloading/.github/workflows/
Dlibloading.yml30 uses: actions-rs/cargo@v1
33 args: --manifest-path=Cargo.toml
35 uses: actions-rs/cargo@v1
39 uses: actions-rs/cargo@v1
42 args: --manifest-path=Cargo.toml
44 uses: actions-rs/cargo@v1
47 args: --manifest-path=Cargo.toml -- --nocapture
49 uses: actions-rs/cargo@v1
52 args: --manifest-path=Cargo.toml --release -- --nocapture
54 uses: actions-rs/cargo@v1
[all …]
/external/rust/crates/hashlink/.circleci/
Dconfig.yml18 cargo --version
20 cargo +nightly --version
24 command: cargo generate-lockfile
27 - cargo-cache-{{ arch }}-{{ checksum "Cargo.lock" }}
32 cargo fmt --all -- --check --color=auto
35 command: cargo build --all --all-targets
38 command: cargo test --all
42 cargo +nightly miri test
46 …RUSTFLAGS="-Z sanitizer=address" cargo +nightly -Z build-std test --target x86_64-unknown-linux-gnu
47 … RUSTFLAGS="-Z sanitizer=leak" cargo +nightly test -Z build-std --target x86_64-unknown-linux-gnu
[all …]
/external/rust/crates/byteorder/.github/workflows/
Dci.yml15 CARGO: cargo
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
79 cargo install --git https://github.com/rust-embedded/cross
80 echo "CARGO=cross" >> $GITHUB_ENV
83 - name: Show command used for Cargo
85 echo "cargo command is: ${{ env.CARGO }}"
93 run: ${{ env.CARGO }} build --verbose $TARGET
96 run: ${{ env.CARGO }} build --verbose $TARGET --no-default-features
99 run: ${{ env.CARGO }} doc --verbose $TARGET
105 run: ${{ env.CARGO }} test --verbose $TARGET
[all …]
/external/rust/crates/pin-utils/
D.travis.yml5 cache: cargo
11 - name: cargo test (minimum required version)
14 - name: cargo +stable test
17 - name: cargo test
20 - name: cargo test
23 - name: cargo clippy
27 - cargo clippy -- -Dwarnings
29 - name: cargo doc
32 - RUSTDOCFLAGS=-Dwarnings cargo doc
35 - cargo build
[all …]
/external/rust/crates/aho-corasick/.github/workflows/
Dci.yml15 CARGO: cargo
16 # When CARGO is set to CROSS, TARGET is set to `--target matrix.target`.
77 cargo install --git https://github.com/rust-embedded/cross
78 echo "CARGO=cross" >> $GITHUB_ENV
80 - name: Show command used for Cargo
82 echo "cargo command is: ${{ env.CARGO }}"
87 - run: ${{ env.CARGO }} build --verbose
88 - run: ${{ env.CARGO }} doc --verbose
89 - run: ${{ env.CARGO }} test --verbose
91 run: ${{ env.CARGO }} build --manifest-path aho-corasick-debug/Cargo.toml
[all …]
/external/rust/crates/criterion/ci/
Dscript.sh8 cargo clippy --all -- -D warnings
10 cargo clean
11 cargo doc --features "$FEATURES" --all --no-deps
16 travis-cargo doc-upload || true
18 cargo fmt --all -- --check
20 rm Cargo.lock || true
21 cargo build -Z minimal-versions
25 cargo build --features "$FEATURES" $BUILD_ARGS
27 cargo test --features "$FEATURES" --all
28 cargo test --features "$FEATURES" --benches
[all …]
/external/rust/crates/libc/
Dbuild.rs7 println!("cargo:rerun-if-changed=build.rs"); in main()
18 "cargo:warning=\"libc's use_std cargo feature is deprecated since libc 0.2.55; \ in main()
19 please consider using the `std` cargo feature instead\"" in main()
30 println!("cargo:rustc-cfg=freebsd10") in main()
32 Some(11) if libc_ci => println!("cargo:rustc-cfg=freebsd11"), in main()
33 Some(12) if libc_ci => println!("cargo:rustc-cfg=freebsd12"), in main()
34 Some(13) if libc_ci => println!("cargo:rustc-cfg=freebsd13"), in main()
35 Some(_) | None => println!("cargo:rustc-cfg=freebsd11"), in main()
40 println!("cargo:rustc-cfg=libc_deny_warnings"); in main()
45 println!("cargo:rustc-cfg=libc_priv_mod_use"); in main()
[all …]
/external/rust/crates/ahash/.github/workflows/
Drust.yml16 uses: actions-rs/cargo@v1
21 uses: actions-rs/cargo@v1
26 uses: actions-rs/cargo@v1
31 uses: actions-rs/cargo@v1
36 uses: actions-rs/cargo@v1
40 uses: actions-rs/cargo@v1
50 uses: actions-rs/cargo@v1
54 uses: actions-rs/cargo@v1
58 uses: actions-rs/cargo@v1
63 uses: actions-rs/cargo@v1
[all …]
/external/rust/crates/bytes/ci/
Dtest-stable.sh7 # Install cargo-hack for feature flag test
8 cargo install cargo-hack
13 cargo hack "${cmd}" --each-feature --optional-deps
15 cargo "${cmd}" --all-features
17 cargo doc --no-deps --all-features
21 cargo check --benches
24 cargo clean
25 cargo update -Zminimal-versions
26 cargo check --all-features
/external/rust/crates/flate2/.github/workflows/
Dmain.yml36 - run: cargo build
38 - run: cargo test
39 - run: cargo test --features zlib
40 - run: cargo test --features miniz-sys
41 - run: cargo test --features zlib --no-default-features
42 - run: cargo test --features zlib-ng-compat --no-default-features
43 - run: cargo test --features cloudflare_zlib --no-default-features
45 - run: cargo test --features miniz-sys --no-default-features
46 - run: cargo test --features tokio
55 - run: cargo fmt -- --check
[all …]
/external/rust/crates/rusqlite/.github/workflows/
Dmain.yml39 - run: cargo build --features bundled --workspace --all-targets --verbose
40 - run: cargo test --features bundled --workspace --all-targets --verbose
41 - run: cargo test --features bundled --workspace --doc --verbose
47cargo test --features 'bundled-full session buildtime_bindgen time' --all-targets --workspace --ve…
48cargo test --features 'bundled-full session buildtime_bindgen time' --doc --workspace --verbose
55 run: cargo build --features bundled
65 - run: cargo build --features winsqlite3 --workspace --all-targets --verbose
66 - run: cargo test --features winsqlite3 --workspace --all-targets --verbose
77 - run: cargo build --features sqlcipher --workspace --all-targets --verbose
78 - run: cargo test --features sqlcipher --workspace --all-targets --verbose
[all …]
/external/rust/crates/crc32fast/
D.travis.yml4 - cargo
25 cargo build --benches --all
32 cargo test --lib --target x86_64-unknown-linux-gnu
39 cargo check --target $CROSS_CHECK
40 cargo check --tests --target $CROSS_CHECK
41 cargo check --target $CROSS_CHECK --no-default-features
44 cargo install --force cross
48 cargo test --no-fail-fast
49 cargo test --no-fail-fast --release
50 cargo check --no-default-features
/external/rust/crates/itoa/.github/workflows/
Dci.yml21 - run: cargo build
22 - run: cargo build --features i128
23 - run: cargo test --features i128
24 - run: cargo test --features i128 --release
25 - run: cargo build --no-default-features --features i128
26 - run: cargo test --tests --no-default-features --features i128
27 - run: cargo test --tests --no-default-features --features i128 --release
28 - run: cargo bench --no-run --features i128
37 - run: cargo test
45 - run: cargo build
/external/rust/crates/clap/
D.travis.yml3 cache: cargo
39 - echo "Checking codebase with Clippy release `cargo clippy --version`."
40 - cargo clippy --lib --features "yaml unstable"
41 - cargo clippy --tests --examples --features "yaml unstable"
42 - cargo fmt -- --check
47 - cargo bench
59 - cargo install cargo-tarpaulin
61 - cargo tarpaulin --features "yaml unstable" --ciserver travis-ci --coveralls $TRAVIS_JOB_ID
63 - cargo test --no-default-features
64 - cargo test --features yaml unstable
/external/rust/crates/serde/
Dbuild.rs21 println!("cargo:rustc-cfg=ops_bound"); in main()
23 println!("cargo:rustc-cfg=collections_bound"); in main()
29 println!("cargo:rustc-cfg=core_reverse"); in main()
36 println!("cargo:rustc-cfg=de_boxed_c_str"); in main()
37 println!("cargo:rustc-cfg=de_boxed_path"); in main()
44 println!("cargo:rustc-cfg=de_rc_dst"); in main()
50 println!("cargo:rustc-cfg=core_duration"); in main()
59 println!("cargo:rustc-cfg=integer128"); in main()
65 println!("cargo:rustc-cfg=range_inclusive"); in main()
71 println!("cargo:rustc-cfg=num_nonzero"); in main()
[all …]
/external/rust/crates/instant/.circleci/
Dconfig.yml14 name: install cargo-web
15 command: cargo install -f cargo-web;
18 command: cargo build --verbose;
21 command: cargo web build --verbose --target wasm32-unknown-unknown --features "stdweb";
24 command: cargo build --verbose --target wasm32-unknown-unknown --features "wasm-bindgen";
27 command: cargo build --verbose --features now;
30 … command: cargo web build --verbose --target wasm32-unknown-unknown --features "now stdweb";
33 … command: cargo build --verbose --target wasm32-unknown-unknown --features "now wasm-bindgen";
/external/rust/crates/serde_cbor/
D.travis.yml15 - cargo fmt --all -- --check
16 - (rustup component add clippy && cargo clippy --all -- -D clippy::all) || true
17 - cargo build
18 - cargo test
21 || cargo build --no-default-features --features alloc --target thumbv7em-none-eabihf
23 - cargo test --no-default-features --lib --tests # Run no_std tests
26 || cargo build --no-default-features --features alloc
27 …- cargo build --features unsealed_read_write # The crate should still build when the unsealed_read…
28 …- cargo build --no-default-features --features unsealed_read_write # The crate should still build …
/external/rust/cxx/book/src/build/
Dcargo.md1 {{#title Cargo-based setup — Rust ♡ C++}}
2 # Cargo-based builds
5 Cargo into a quite usable build system for C++ projects published as a
11 CXX's integration with Cargo is handled through the [cxx-build] crate.
16 ## Cargo.toml
44 println!("cargo:rerun-if-changed=src/main.rs");
45 println!("cargo:rerun-if-changed=src/demo.cc");
46 println!("cargo:rerun-if-changed=include/demo.h");
50 The `rerun-if-changed` lines are optional but make it so that Cargo does not
52 the previous Cargo build. By default without any `rerun-if-changed`, Cargo will
[all …]

12345678910>>...39