diff options
-rw-r--r-- | .github/workflows/run-checker-daily.yml | 1 | ||||
-rwxr-xr-x | Configure | 1 | ||||
-rw-r--r-- | INSTALL.md | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index 6d6d86e7e6..db1f3dfbcb 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -22,6 +22,7 @@ jobs: opt: [ 386, no-afalgeng, + no-apps, no-aria, no-asan, no-asm, @@ -408,6 +408,7 @@ my @dtls = qw(dtls1 dtls1_2); my @disablables = ( "acvp-tests", "afalgeng", + "apps", "argon2", "aria", "asan", diff --git a/INSTALL.md b/INSTALL.md index 54c020fb45..a5747aaec7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -583,6 +583,11 @@ access to algorithm internals that are not normally accessible. Additional information related to ACVP can be found at <https://github.com/usnistgov/ACVP>. +### no-apps + +Do not build apps, e.g. the openssl program. This is handy for minimization. +This option also disables tests. + ### no-asm Do not use assembler code. |