Skip to content

Commit

Permalink
Configure Cirrus-CI MacOS build with updated version of dwarfs library
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Oct 21, 2023
1 parent 5e563ce commit 0e06e44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ task:

task:
name: macos-arm64
only_if: $CIRRUS_BRANCH == 'main'
# || $CIRRUS_PR != '' || $CIRRUS_TAG != ''
only_if: $CIRRUS_BRANCH == 'main' || $CIRRUS_PR != '' || $CIRRUS_TAG != ''
env:
CIRRUS_CLONE_SUBMODULES: true
CIRRUS_CLONE_DEPTH: 1
Expand All @@ -124,9 +123,10 @@ task:
# image: ghcr.io/cirruslabs/macos-ventura-base:latest

install_script: |
brew update
brew install gnu-sed bash pkg-config bison flex binutils \
libffi double-conversion boost jemalloc fmt glog libevent \
libsodium lz4 xz gdbm zlib ncurses libyaml openssl@1.1
libsodium lz4 xz gdbm zlib ncurses libyaml openssl@3
pre-setup_script: |
cat common.env >> $CIRRUS_ENV
Expand Down

0 comments on commit 0e06e44

Please sign in to comment.