Skip to content

Commit

Permalink
Merge pull request #2691 from newsboat/ci-add-freebsd-14
Browse files Browse the repository at this point in the history
CI: Add FreeBSD 14.0
  • Loading branch information
Minoru committed Mar 5, 2024
2 parents 9399526 + 2040b61 commit bf5743c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ task:
freebsd_instance:
image: freebsd-13-2-release-amd64
<< : *freebsd_resource_settings
- name: FreeBSD 14.0
freebsd_instance:
image: freebsd-14-0-release-amd64-ufs
<<: *freebsd_resource_settings

cargo_cache: &cargo_cache
# This works in conjunction with after_cache_script and
Expand All @@ -23,6 +27,8 @@ task:
env:
HOME: /home/testuser
RUSTFLAGS: '-D warnings'
# Workaround for https://github.com/Koka/gettext-rs/issues/117
CFLAGS: '-Wno-error=incompatible-function-pointer-types'

after_cache_script: &after_cache_script
- mkdir $HOME/.cargo || true
Expand Down

0 comments on commit bf5743c

Please sign in to comment.