Skip to content

Commit

Permalink
ci.yml: Fix bad conflict fix in backported patch
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Dec 19, 2023
1 parent 733daf9 commit c391a80
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ====

0 comments on commit c391a80

Please sign in to comment.