]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
ci.yml: Fix bad conflict fix in backported patch
authorTomas Mraz <tomas@openssl.org>
Tue, 19 Dec 2023 11:11:51 +0000 (12:11 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 19 Dec 2023 11:27:18 +0000 (12:27 +0100)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23090)

.github/workflows/ci.yml

index 5efe4219dc0728c2f1a3d1ed8d7c23827413a2e7..76c9596599f077f41adf6fcd2415402592885af9 100644 (file)
@@ -377,27 +377,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 ====