Skip to content

Commit 3ad742f

Browse files
committed
Update Redox compiler.
The latest libc uses the native_link_modifiers feature, which isn't known by the old compiler used in the Redox builds. Update Redox's compiler to that used by the Redox project itself.
1 parent 18b7360 commit 3ad742f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ task:
223223
env:
224224
TARGET: x86_64-unknown-redox
225225
# Redox requires a nightly compiler.
226-
# If stuff breaks, change nightly to the date in the toolchain_*
227-
# directory at https://static.redox-os.org
228-
TOOLCHAIN: nightly-2020-08-04
226+
# If stuff breaks, change nightly to the date at
227+
# https://gitlab.redox-os.org/redox-os/redox/-/blob/master/rust-toolchain
228+
TOOLCHAIN: nightly-2021-06-15
229229
setup_script:
230230
- rustup target add $TARGET
231231
- rustup toolchain install $TOOLCHAIN --profile minimal --target $TARGET

0 commit comments

Comments
 (0)