mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 05:17:28 +00:00
Add CI build with more options enabled
This commit is contained in:
parent
1d22801101
commit
e85f329e5c
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@ -75,6 +75,22 @@ jobs:
|
|||||||
localoptions: |
|
localoptions: |
|
||||||
#define DEBUG_TRACE 5
|
#define DEBUG_TRACE 5
|
||||||
|
|
||||||
|
# Test disabled-by-default options
|
||||||
|
- name: unusual options
|
||||||
|
localoptions: |
|
||||||
|
#define DO_HOST_LOOKUP 1
|
||||||
|
#define DROPBEAR_CLI_ASKPASS_HELPER 1
|
||||||
|
#define LOG_COMMANDS 1
|
||||||
|
#define DROPBEAR_X11FWD 1
|
||||||
|
#define DROPBEAR_CLI_IMMEDIATE_AUTH 1
|
||||||
|
#define DROPBEAR_ENABLE_CBC_MODE 1
|
||||||
|
#define DROPBEAR_ENABLE_GCM_MODE 1
|
||||||
|
#define DROPBEAR_SHA2_512_HMAC 1
|
||||||
|
#define DROPBEAR_DSS 1
|
||||||
|
#define DROPBEAR_SHA1_96_HMAC 1
|
||||||
|
#define DROPBEAR_DH_GROUP16 1
|
||||||
|
#define DROPBEAR_DH_GROUP1 1
|
||||||
|
|
||||||
# Check off-by-default options don't bitrot
|
# Check off-by-default options don't bitrot
|
||||||
- name: nondefault options
|
- name: nondefault options
|
||||||
nondefault: 1
|
nondefault: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user