summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-12-19 12:11:51 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-19 12:27:51 +0100
commit293813d116ab7a6aa7cadc8daec13e8cb65fb702 (patch)
tree277b837e4d5fd590f359abbb32641645033d804f /.github
parentf21f02e0c595bc66fa85bc2c9aa9ba70d95ebbae (diff)
ci.yml: Fix bad conflict fix in backported patch
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23090) (cherry picked from commit b80cee9658ff18a6dbb575015589ebde1a94ffdc)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml24
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 25757a98b9..6b7ffa292e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -373,27 +373,3 @@ jobs:
default: true
- name: test external pyca
run: make test TESTS="test_external_pyca" VERBOSE=1
-==== BASE ====
-
- external-test-cf-quiche:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v4
- with:
- submodules: recursive
- - name: Configure OpenSSL
- run: ./config --banner=Configured --strict-warnings enable-external-tests && perl configdata.pm --dump
- - name: make
- run: make -s -j4
- - uses: actions-rs/toolchain@v1
- with:
- profile: default
- toolchain: stable
- default: true
- - name: get cpu info
- run: |
- cat /proc/cpuinfo
- ./util/opensslwrap.sh version -c
- - name: test external Cloudflare quiche
- run: make test TESTS="test_external_cf_quiche" VERBOSE=1
-==== BASE ====