Skip to content

Commit

Permalink
Fix FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
andy128k committed Jun 4, 2024
1 parent 342b4ec commit 4902cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
freebsd_instance:
image: freebsd-12-1-release-amd64
image_family: freebsd-14-0

task:
# This name gets reported as a build status in GitHub
name: stable x86_64-unknown-freebsd
env:
RUST_BACKTRACE: 1
setup_script:
install_script:
- pkg install -y curl rrdtool
- curl https://sh.rustup.rs -sSf --output rustup.sh
- sh rustup.sh -y
Expand Down

0 comments on commit 4902cc6

Please sign in to comment.