mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
kokoro: Update kokoro docker file to manually select features
And we are not selecting sandboxed libusb BUG=chromium:831850 TEST=cargo test Change-Id: Ie205a410575dfc1f40515dcb2607bf62e2ccd771 Reviewed-on: https://chromium-review.googlesource.com/1377620 Commit-Ready: Jingkui Wang <jkwang@google.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Zach Reizner <zachr@chromium.org>
This commit is contained in:
parent
257d004b0c
commit
7a2592a2cb
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ CMD rustup default "$(cat rust-toolchain)" && \
|
|||
rustup component add rustfmt-preview && \
|
||||
cargo --version && rustc --version && rustfmt --version && \
|
||||
echo "Running cargo test" && \
|
||||
cargo test --no-fail-fast --all-features --all --exclude aarch64 $TEST_FLAGS -- \
|
||||
cargo test --no-fail-fast --features plugin,default-no-sandbox,wl-dmabuf,gpu,tpm,gpu-forward \
|
||||
--all --exclude aarch64 $TEST_FLAGS -- \
|
||||
--test-threads=1 $TEST_RUNNER_FLAGS && \
|
||||
echo "Running cargo fmt" && \
|
||||
bin/fmt --check
|
||||
|
|
Loading…
Reference in a new issue