File tree 1 file changed +8
-9
lines changed
1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -95,15 +95,14 @@ jobs:
95
95
run : sudo docker run kdave/ci-opensuse-tumbleweed-x86_64 ./test-build $GITHUB_REF_NAME --disable-documentation --with-crypto=libkcapi
96
96
- name : CI Tumbleweed (libkcapi) (experimental)
97
97
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
107
106
# check-tumbleweed-openssl:
108
107
# name: CI Tumbleweed (OpenSSL)
109
108
# runs-on: ubuntu-24.04
You can’t perform that action at this time.
0 commit comments