Skip to content

Commit

Permalink
Merge pull request #281 from bostjan/disable-archlinux-packaging-due-…
Browse files Browse the repository at this point in the history
…to-fakeroot-hang

ci/packaging: Disable Arch Linux-related packaging Actions
  • Loading branch information
bostjan authored Oct 24, 2024
2 parents 01f160c + 305a17d commit c251b6e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/packaging-qa-os-matrix-large.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
strategy:
matrix:
container:
- ciready/archlinux:base-devel-ci-c
# Disabled because fakeroot hangs in a Docker container
#- ciready/archlinux:base-devel-ci-c

- ciready/almalinux:8-ci-c
- ciready/almalinux:9-ci-c
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/packaging-qa-os-matrix-small.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
strategy:
matrix:
container:
- ciready/archlinux:base-devel-ci-c
# Disabled because fakeroot hangs in a Docker container
#- ciready/archlinux:base-devel-ci-c

- ciready/centos:stream-9-ci-c

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish-native-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
max-parallel: 1
matrix:
container:
- ciready/archlinux:base-devel-ci-c
# Disabled because fakeroot hangs in a Docker container
#- ciready/archlinux:base-devel-ci-c

- ciready/almalinux:8-ci-c
- ciready/almalinux:9-ci-c
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release-qa-os-matrix-install-from-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
strategy:
matrix:
container:
- archlinux:base-devel
# Disabled because fakeroot hangs in a Docker container
#- archlinux:base-devel

- almalinux/8-base:latest
- almalinux/9-base:latest
Expand Down

0 comments on commit c251b6e

Please sign in to comment.