# HG changeset patch # User Matt Johnston # Date 1634571083 -28800 # Node ID 7a3cd7b598d8a3d1ff14d100fb978321a23afebf # Parent 03dfecca99bdbb476b12dbcacab98743383c7b87 github action, don't try apt or python on macos diff -r 03dfecca99bd -r 7a3cd7b598d8 .github/workflows/build.yml --- a/.github/workflows/build.yml Mon Oct 18 23:25:20 2021 +0800 +++ b/.github/workflows/build.yml Mon Oct 18 23:31:23 2021 +0800 @@ -34,12 +34,16 @@ cc: clang # OS X says daemon() and utmp are deprecated wextraflags: -Wno-deprecated-declarations -Werror + skipcheck: True + exoticos: True - name: macos 11 os: macos-11 cc: clang # OS X says daemon() and utmp are deprecated wextraflags: -Wno-deprecated-declarations -Werror + skipcheck: True + exoticos: True # Fuzzers run standalone. A bit superfluous with cifuzz, but # good to run the whole corpus to keep it working. @@ -71,6 +75,7 @@ steps: - name: deps + if: ${{ !exoticos }} run: | sudo apt-get -y update sudo apt-get -y install zlib1g-dev libtomcrypt-dev libtommath-dev mercurial python3-venv socat $CC