File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
task :
2
2
name : nightly x86_64-unknown-freebsd-10
3
3
freebsd_instance :
4
- image : freebsd-10-4-release-amd64
4
+ image : freebsd-10-4-release-amd64
5
5
setup_script :
6
6
- pkg install -y curl
7
7
- curl https://sh.rustup.rs -sSf --output rustup.sh
11
11
test_script :
12
12
- . $HOME/.cargo/env
13
13
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
14
-
14
+
15
15
task :
16
16
name : stable x86_64-unknown-freebsd-11
17
17
freebsd_instance :
26
26
- . $HOME/.cargo/env
27
27
- LIBC_CI=1 sh ci/run.sh x86_64-unknown-freebsd
28
28
- sh ci/run.sh x86_64-unknown-freebsd
29
-
29
+
30
30
task :
31
31
name : nightly x86_64-unknown-freebsd-12
32
32
freebsd_instance :
Original file line number Diff line number Diff line change 47
47
arm-unknown-linux-musleabihf :
48
48
TARGET : arm-unknown-linux-musleabihf
49
49
# Disabled because currently broken, see:
50
- # https://github.com/rust-lang/libc/issues/1591
50
+ # https://github.com/rust-lang/libc/issues/1591
51
51
# asmjs-unknown-emscripten:
52
52
# TARGET: asmjs-unknown-emscripten
53
53
i686-linux-android :
77
77
sparc64-unknown-linux-gnu :
78
78
TARGET : sparc64-unknown-linux-gnu
79
79
# Disabled because currently broken, see:
80
- # https://github.com/rust-lang/libc/issues/1591
80
+ # https://github.com/rust-lang/libc/issues/1591
81
81
# wasm32-unknown-emscripten:
82
82
# TARGET: wasm32-unknown-emscripten
83
83
x86_64-linux-android :
@@ -114,7 +114,7 @@ jobs:
114
114
ARCH : x86_64
115
115
x86_64-pc-windows-msvc :
116
116
TARGET : x86_64-pc-windows-msvc
117
- # Disabled because broken:
117
+ # Disabled because broken:
118
118
# https://github.com/rust-lang/libc/issues/1592
119
119
# i686-pc-windows-gnu:
120
120
# TARGET: i686-pc-windows-gnu
You can’t perform that action at this time.
0 commit comments