Skip to content

Commit 60f399b

Browse files
adam900710kdave
authored andcommittedJan 6, 2025
btrfs-progs: CI: disable tumbleweed botan build
Tumbleweed has migrated to botan3, and there is no botan2 package for backward compatibility. So here we have to disable it until we migrated to botan3. Signed-off-by: Qu Wenruo <wqu@suse.com>
1 parent 2336a7b commit 60f399b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
 

‎.github/workflows/ci-build-test.yml

+9-8
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)