diff options
author | Tomas Mraz <tomas@openssl.org> | 2021-07-14 15:51:29 +0200 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2021-07-16 11:23:18 +0200 |
commit | ca638147c8cdb7c49621f3f0acc628c090989b6a (patch) | |
tree | d1d6db073d615a1a5efc21fdda2bd5a96b487295 /.github | |
parent | CI: have enable-acvp-tests in some CI build (diff) | |
download | openssl-ca638147c8cdb7c49621f3f0acc628c090989b6a.tar.xz openssl-ca638147c8cdb7c49621f3f0acc628c090989b6a.zip |
Drop daily run-checker build with just enable-acvp-tests
Having just enable-acvp-tests without enable-fips does not make
much sense as this just builds the test but it is skipped.
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16076)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/run-checker-daily.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/run-checker-daily.yml b/.github/workflows/run-checker-daily.yml index a85ad2cb71..c66241743a 100644 --- a/.github/workflows/run-checker-daily.yml +++ b/.github/workflows/run-checker-daily.yml @@ -11,7 +11,6 @@ jobs: matrix: opt: [ 386, - enable-acvp-tests, no-afalgeng, no-aria, no-asan, |