Mercurial > dropbear
changeset 1844:7a3cd7b598d8
github action, don't try apt or python on macos
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 18 Oct 2021 23:31:23 +0800 |
parents | 03dfecca99bd |
children | b916f2661adb |
files | .github/workflows/build.yml |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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