1
Fork 0

Fix bash syntax

This commit is contained in:
Chris Denton 2024-09-07 16:36:53 +00:00
parent 2f6307d1cc
commit 0d94e6bac9
No known key found for this signature in database
GPG key ID: 713472F2F45627DE

View file

@ -71,7 +71,7 @@ esac
# but it ensures that the crates build properly when tested with Miri. # but it ensures that the crates build properly when tested with Miri.
#FIXME: Re-enable this for msvc once CI issues are fixed #FIXME: Re-enable this for msvc once CI issues are fixed
if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ] if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ]; then
python3 "$X_PY" miri --stage 2 library/core --test-args notest python3 "$X_PY" miri --stage 2 library/core --test-args notest
python3 "$X_PY" miri --stage 2 library/alloc --test-args notest python3 "$X_PY" miri --stage 2 library/alloc --test-args notest
python3 "$X_PY" miri --stage 2 library/std --test-args notest python3 "$X_PY" miri --stage 2 library/std --test-args notest