summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2021-10-18 23:31:23 +0800
committerMatt Johnston <matt@ucc.asn.au>2021-10-18 23:31:23 +0800
commit17e0c7e76fd99198a3372a7c88f4a8fa108b2656 (patch)
tree8991b0bd8f3a207d149c2a291d44dd2bc34f77cc /.github
parent30adc1586058cbcddb03ffc3ce7b14f3f257e8eb (diff)
downloaddropbear-17e0c7e76fd99198a3372a7c88f4a8fa108b2656.tar.gz
github action, don't try apt or python on macos
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c53c706..180a106 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -34,12 +34,16 @@ jobs:
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 @@ jobs:
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