File tree Expand file tree Collapse file tree 3 files changed +14
-16
lines changed
ci/docker/x86_64-unknown-freebsd Expand file tree Collapse file tree 3 files changed +14
-16
lines changed Original file line number Diff line number Diff line change
1
+ freebsd_instance :
2
+ image : freebsd-11-1-release-amd64
3
+
4
+ task :
5
+ # This name gets reported as a build status in GitHub
6
+ name : stable x86_64-unknown-freebsd
7
+ setup_script :
8
+ - pkg install -y curl
9
+ - curl https://sh.rustup.rs -sSf --output rustup.sh
10
+ - sh rustup.sh -y
11
+ test_script :
12
+ - . $HOME/.cargo/env
13
+ - cd libc-test
14
+ - cargo test
Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ matrix:
78
78
- env : TARGET=x86_64-unknown-linux-gnux32 OPT="--release"
79
79
rust : nightly
80
80
81
- # QEMU based targets that compile in an emulator
82
- - env : TARGET=x86_64-unknown-freebsd
83
-
84
81
- env : TARGET=wasm32-unknown-unknown
85
82
install : rustup target add $TARGET
86
83
script : cargo build --no-default-features --target $TARGET --release
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments