Skip to content

Commit

Permalink
ci/packaging: Disable Arch Linux-related packaging Actions
Browse files Browse the repository at this point in the history
Packaging-related Actions for Arch Linux started failing because the whole process
gets stuck on a hanged `fakeroot` process. This seems to be the relevant issue:
docker/for-mac#7331

Disabling Arch Linux packaging support until this issue is resolved.
  • Loading branch information
bostjan committed Oct 24, 2024
1 parent 01f160c commit 305a17d
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 305a17d

Please sign in to comment.