summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2022-11-28 21:24:53 +0800
committerMatt Johnston <matt@ucc.asn.au>2022-11-28 21:24:53 +0800
commita7659fb581c441dea305e9961f2ebd1d62afe307 (patch)
tree277cb5ae9d927fc7bcdf04b39a780d5e5194a598
parent10340240293dde17deaf811cceaabc00be598abb (diff)
downloaddropbear-a7659fb581c441dea305e9961f2ebd1d62afe307.tar.gz
No werror for options disabled CI
-rw-r--r--.github/workflows/build.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f650a05..b95aeed 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -81,6 +81,8 @@ jobs:
configure_flags: --enable-pam
- name: most options disabled
+ # no -Werror
+ configure_flags:
localoptions: |
#define DROPBEAR_RSA 0
#define INETD_MODE 0