Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustup #84

Merged
merged 1 commit into from
Dec 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
rustup
RalfJung committed Dec 4, 2024
commit a9f31904cef6a4f8108b0d07871cba6971970124
4 changes: 4 additions & 0 deletions run-test.sh
Original file line number Diff line number Diff line change
@@ -39,6 +39,10 @@ cp "$MIRI_LIB_SRC/Cargo.lock" Cargo.lock
# is just a re-export of the sysroot crate, so we don't get duplicate lang items.
export MIRI_REPLACE_LIBRS_IF_NOT_TEST=1

# Set the right rustflags.
export RUSTFLAGS="${RUSTFLAGS:-} -Zforce-unstable-if-unmarked"
export RUSTDOCFLAGS="${RUSTDOCFLAGS:-} -Zforce-unstable-if-unmarked"

# run test
export CARGO_TARGET_DIR=$(pwd)/target
cargo miri test --manifest-path "library/$CRATE/Cargo.toml" "$@"
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2024-12-01
nightly-2024-12-04