Skip to content

Commit

Permalink
wip: disable mac and freebsd task
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-polo committed May 29, 2024
1 parent 2161c54 commit fc642e4
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,3 @@ linux_arm_task:
- ./configure CFLAGS='-O2 -pipe -Wno-deprecated-declarations -Wno-use-after-free' -Werror
- make
- make regress REGRESS_HOST="*"

freebsd_14_task:
freebsd_instance:
image_family: freebsd-14-0
install_script: pkg install -y libevent libressl pkgconf
script:
- ./configure CFLAGS='-O2 -pipe -Wno-deprecated-declarations' -Werror
- make
- make regress

#
# There are some issues with imsg fd passing on macos at the moment that
# seem to be triggered only in applications that do a heavy use of them,
# like gmid or opensmtpd. Still, keep macos to ensure gmid builds here.
#
mac_task:
macos_instance:
image: ghcr.io/cirruslabs/macos-sonoma-xcode:latest
test_script:
- brew install libevent openssl libretls
- PKG_CONFIG_PATH="$(brew --prefix openssl)/lib/pkgconfig" ./configure CFLAGS='-O2 -pipe -Wno-deprecated-declarations' -Werror
- make
- SKIP_RUNTIME_TESTS=1 make regress

0 comments on commit fc642e4

Please sign in to comment.