File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -95,14 +95,15 @@ jobs:
9595 run : sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=libkcapi
9696 - name : CI Tumbleweed (libkcapi) (experimental)
9797 run : sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=libkcapi --enable-experimental
98- check-tumbleweed-botan :
99- name : CI Tumbleweed (Botan)
100- runs-on : ubuntu-24.04
101- steps :
102- - name : CI Tumbleweed (Botan)
103- run : sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=botan
104- - name : CI Tumbleweed (Botan) (experimental)
105- run : sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=botan --enable-experimental
98+ # Tumbeweed no longer supports botan2, but only botan3.
99+ # check-tumbleweed-botan:
100+ # name: CI Tumbleweed (Botan)
101+ # runs-on: ubuntu-24.04
102+ # steps:
103+ # - name: CI Tumbleweed (Botan)
104+ # run: sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=botan
105+ # - name: CI Tumbleweed (Botan) (experimental)
106+ # run: sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=botan --enable-experimental
106107# check-tumbleweed-openssl:
107108# name: CI Tumbleweed (OpenSSL)
108109# runs-on: ubuntu-24.04
You can’t perform that action at this time.
0 commit comments