Skip to content

Commit 244455d

Browse files
committed
Apply sysroot patches to rustc bootstrap and rustc test suite tests
This is necessary on AArch64 as 128bit atomics aren't yet supported by Cranelift.
1 parent de7342b commit 244455d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/setup_rust_fork.sh

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ git fetch
1010
git checkout -- .
1111
git checkout "$(rustc -V | cut -d' ' -f3 | tr -d '(')"
1212

13+
git am ../patches/*-sysroot-*.patch
14+
1315
git apply - <<EOF
1416
diff --git a/library/alloc/Cargo.toml b/library/alloc/Cargo.toml
1517
index d95b5b7f17f..00b6f0e3635 100644

0 commit comments

Comments
 (0)