File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,14 @@ 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- # 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
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
107106# check-tumbleweed-openssl:
108107# name: CI Tumbleweed (OpenSSL)
109108# runs-on: ubuntu-24.04
You can’t perform that action at this time.
0 commit comments