mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-05 15:37:47 +00:00
maint/CICD ~ fix FreeBSD build on Cirrus CI
This commit is contained in:
parent
16157f57eb
commit
5b2c2bdfca
1 changed files with 4 additions and 5 deletions
|
@ -1,12 +1,11 @@
|
||||||
freebsd_instance:
|
|
||||||
image: freebsd-12-0-release-amd64
|
|
||||||
|
|
||||||
task:
|
task:
|
||||||
name: stable x86_64-unknown-freebsd
|
name: stable x86_64-unknown-freebsd-12
|
||||||
|
freebsd_instance:
|
||||||
|
image: freebsd-12-1-release-amd64
|
||||||
setup_script:
|
setup_script:
|
||||||
- pkg install -y curl
|
- pkg install -y curl
|
||||||
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
- curl https://sh.rustup.rs -sSf --output rustup.sh
|
||||||
- sh rustup.sh -y
|
- sh rustup.sh -y --profile=minimal
|
||||||
build_script:
|
build_script:
|
||||||
- . $HOME/.cargo/env
|
- . $HOME/.cargo/env
|
||||||
- cargo build --all-features
|
- cargo build --all-features
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue