summaryrefslogtreecommitdiffstats
path: root/.github/workflows/coveralls.yml
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2023-06-30 15:56:13 +0100
committerPauli <pauli@openssl.org>2023-07-06 12:55:21 +1000
commit8a7642023884ccfbb17a929698dab8e3fc03cdc9 (patch)
treec2c99c5cb17cdc072fdb8db9e8434e8a576cb342 /.github/workflows/coveralls.yml
parentd88a0f5f3944535dd83d55bedc4d239544c5678d (diff)
Enable QUIC by default
Ensure builds enable QUIC without explicitly having to ask for it. To disable QUIC pass "no-quic" to Configure. As a result we can remove all use of "enable-quic" from the various CI runs. We also add a CHANGES and NEWS entry for QUIC support. Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21332)
Diffstat (limited to '.github/workflows/coveralls.yml')
-rw-r--r--.github/workflows/coveralls.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml
index 23cc6b6c23..1163e47da7 100644
--- a/.github/workflows/coveralls.yml
+++ b/.github/workflows/coveralls.yml
@@ -34,7 +34,7 @@ jobs:
extra_config: enable-fips
}, {
branch: master,
- extra_config: no-afalgeng enable-fips enable-tfo enable-quic
+ extra_config: no-afalgeng enable-fips enable-tfo
}
]
runs-on: ubuntu-latest