Skip to content

Commit d17c09c

Browse files
committed
Don't run cargo-hack on Redox
It needs a newer compiler than what Redox uses.
1 parent 839fb38 commit d17c09c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,8 @@ task:
230230
TARGET: x86_64-unknown-netbsd
231231
- name: Redox x86_64
232232
env:
233+
# cargo-hack needs a newer compiler
234+
NOHACK: 1
233235
TARGET: x86_64-unknown-redox
234236
# Redox requires a nightly compiler.
235237
# If stuff breaks, change nightly to the date in the toolchain_*

0 commit comments

Comments
 (0)