Skip to content

Commit

Permalink
Update Cirrus CI on the 0.37 branch
Browse files Browse the repository at this point in the history
Remove freebsd-12, as it is no longer supported. And, update
freebsd-13 to freebsd-13-3.
  • Loading branch information
sunfishcode committed Oct 13, 2024
1 parent 3a4f19c commit 93c2c6e
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,7 @@
task:
name: stable x86_64-unknown-freebsd-13
freebsd_instance:
image_family: freebsd-13-1
setup_script:
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain stable -y --profile=minimal
- . $HOME/.cargo/env
- rustup default stable
test_script:
- . $HOME/.cargo/env
- cargo test --workspace --features=all-apis

task:
name: stable x86_64-unknown-freebsd-12
freebsd_instance:
image_family: freebsd-12-1
image_family: freebsd-13-3
setup_script:
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh --default-toolchain stable -y --profile=minimal
Expand Down

0 comments on commit 93c2c6e

Please sign in to comment.