Skip to content

Commit 1916131

Browse files
committed
.github/workflows/code.yml: skip the test packages on archlinux temporarily
It has below issue when test-packages looking for conflicting packages... error: unresolvable package conflicts detected :: iptables-nft-1:1.8.10-2 and iptables-1:1.8.10-2 are in conflict. Remove iptables? [y/N] error: failed to prepare transaction (conflicting dependencies) :: iptables-nft-1:1.8.10-2 and iptables-1:1.8.10-2 are in conflict -> error making: debhelper - exit status 4 error installing repo packages Error: Process completed with exit code 1. Signed-off-by: Philip Li <[email protected]>
1 parent 9fc5d1e commit 1916131

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
strategy:
3939
matrix:
40-
image: ['amazonlinux/2023', 'archlinux/base', 'centos/stream9', 'debian/bookworm', 'fedora/41', 'opensuse/leap', 'oraclelinux/9', 'rockylinux/9', 'ubuntu/noble']
40+
image: ['amazonlinux/2023', 'centos/stream9', 'debian/bookworm', 'fedora/41', 'opensuse/leap', 'oraclelinux/9', 'rockylinux/9', 'ubuntu/noble']
4141

4242
steps:
4343
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)