File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11task :
22 name : nightly x86_64-unknown-freebsd-10
33 freebsd_instance :
4- image : freebsd-10-4-release-amd64
4+ image : freebsd-10-4-release-amd64
55 setup_script :
66 - pkg install -y curl
77 - curl https://sh.rustup.rs -sSf --output rustup.sh
1111 test_script :
1212 - . $HOME/.cargo/env
1313 - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14-
14+
1515task :
1616 name : stable x86_64-unknown-freebsd-11
1717 freebsd_instance :
2626 - . $HOME/.cargo/env
2727 - LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
2828 - sh ci/run.sh x86_64-unknown-freebsd
29-
29+
3030task :
3131 name : nightly x86_64-unknown-freebsd-12
3232 freebsd_instance :
Original file line number Diff line number Diff line change 4747 arm-unknown-linux-musleabihf :
4848 TARGET : arm-unknown-linux-musleabihf
4949 # Disabled because currently broken, see:
50- # https://github.com/rust-lang/libc/issues/1591
50+ # https://github.com/rust-lang/libc/issues/1591
5151 # asmjs-unknown-emscripten:
5252 # TARGET: asmjs-unknown-emscripten
5353 i686-linux-android :
7777 sparc64-unknown-linux-gnu :
7878 TARGET : sparc64-unknown-linux-gnu
7979 # Disabled because currently broken, see:
80- # https://github.com/rust-lang/libc/issues/1591
80+ # https://github.com/rust-lang/libc/issues/1591
8181 # wasm32-unknown-emscripten:
8282 # TARGET: wasm32-unknown-emscripten
8383 x86_64-linux-android :
@@ -114,7 +114,7 @@ jobs:
114114 ARCH : x86_64
115115 x86_64-pc-windows-msvc :
116116 TARGET : x86_64-pc-windows-msvc
117- # Disabled because broken:
117+ # Disabled because broken:
118118 # https://github.com/rust-lang/libc/issues/1592
119119 # i686-pc-windows-gnu:
120120 # TARGET: i686-pc-windows-gnu
You can’t perform that action at this time.
0 commit comments