mirror of
https://github.com/openharmony/third_party_rust_encoding_rs.git
synced 2026-06-30 21:17:58 -04:00
fix cargo miri flag passing
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ rustup component add miri
|
||||
|
||||
# Run tests.
|
||||
# Stacked Borrows is disabled as it costs too much RAM (due to our large tables).
|
||||
cargo miri test -- -Zmiri-disable-stacked-borrows
|
||||
MIRIFLAGS="-Zmiri-disable-stacked-borrows" cargo miri test
|
||||
|
||||
# Restore old state in case Travis uses this cache for other jobs.
|
||||
rustup default nightly
|
||||
|
||||
Reference in New Issue
Block a user