Skip to content

Commit

Permalink
Allow to disable apps building with no-apps
Browse files Browse the repository at this point in the history
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #21212)
  • Loading branch information
vladak authored and t8m committed Jun 23, 2023
1 parent 7197abd commit ff88545
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-checker-daily.yml
Expand Up @@ -22,6 +22,7 @@ jobs:
opt: [
386,
no-afalgeng,
no-apps,
no-aria,
no-asan,
no-asm,
Expand Down
1 change: 1 addition & 0 deletions Configure
Expand Up @@ -408,6 +408,7 @@ my @dtls = qw(dtls1 dtls1_2);
my @disablables = (
"acvp-tests",
"afalgeng",
"apps",
"argon2",
"aria",
"asan",
Expand Down
5 changes: 5 additions & 0 deletions INSTALL.md
Expand Up @@ -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.
Expand Down

0 comments on commit ff88545

Please sign in to comment.