Skip to content

Commit e1f0cfc

Browse files
committed
Fix Redox CI
We will use xbuild until rust-lang/rust#63160 is fixed
1 parent bf54eaa commit e1f0cfc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@ matrix:
9595

9696
- name: "cross-platform build only"
9797
rust: nightly
98-
# libc on Redox is broken: see https://github.com/rust-lang/libc/pull/1450
9998
install:
10099
- rustup target add x86_64-sun-solaris
101100
- rustup target add x86_64-unknown-cloudabi
102101
- rustup target add x86_64-unknown-freebsd
103102
- rustup target add x86_64-fuchsia
104103
- rustup target add x86_64-unknown-netbsd
104+
# https://github.com/rust-lang/rust/issues/63160
105105
# - rustup target add x86_64-unknown-redox
106106
- rustup target add x86_64-fortanix-unknown-sgx
107107
# For no_std targets
@@ -113,7 +113,7 @@ matrix:
113113
- cargo build --target=x86_64-unknown-freebsd
114114
- cargo build --target=x86_64-fuchsia
115115
- cargo build --target=x86_64-unknown-netbsd
116-
# - cargo build --target=x86_64-unknown-redox
116+
- cargo xbuild --target=x86_64-unknown-redox
117117
- cargo build --target=x86_64-fortanix-unknown-sgx
118118
- cargo xbuild --target=x86_64-unknown-uefi
119119
- cargo xbuild --target=x86_64-unknown-hermit
@@ -125,7 +125,7 @@ matrix:
125125
- cargo build --target=x86_64-unknown-freebsd
126126
- cargo build --target=x86_64-fuchsia
127127
- cargo build --target=x86_64-unknown-netbsd
128-
# - cargo build --target=x86_64-unknown-redox
128+
- cargo xbuild --target=x86_64-unknown-redox
129129
- cargo build --target=x86_64-fortanix-unknown-sgx
130130
- cargo xbuild --target=x86_64-unknown-uefi
131131
- cargo xbuild --target=x86_64-unknown-hermit

0 commit comments

Comments
 (0)