Skip to content

Commit

Permalink
Don't run cargo-hack on Redox
Browse files Browse the repository at this point in the history
It needs a newer compiler than what Redox uses.
  • Loading branch information
asomers committed Oct 4, 2021
1 parent 839fb38 commit d17c09c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ task:
TARGET: x86_64-unknown-netbsd
- name: Redox x86_64
env:
# cargo-hack needs a newer compiler
NOHACK: 1
TARGET: x86_64-unknown-redox
# Redox requires a nightly compiler.
# If stuff breaks, change nightly to the date in the toolchain_*
Expand Down

0 comments on commit d17c09c

Please sign in to comment.