From 305a17d273fa1d616b6e202d59ed18d746f36bdb Mon Sep 17 00:00:00 2001 From: Bostjan Skufca Jese Date: Thu, 24 Oct 2024 20:35:59 +0000 Subject: [PATCH] ci/packaging: Disable Arch Linux-related packaging Actions 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: https://github.com/docker/for-mac/issues/7331 Disabling Arch Linux packaging support until this issue is resolved. --- .github/workflows/packaging-qa-os-matrix-large.yml | 3 ++- .github/workflows/packaging-qa-os-matrix-small.yml | 3 ++- .github/workflows/publish-native-packages.yml | 3 ++- .github/workflows/release-qa-os-matrix-install-from-repo.yml | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/packaging-qa-os-matrix-large.yml b/.github/workflows/packaging-qa-os-matrix-large.yml index ec10932d..aad5cf73 100644 --- a/.github/workflows/packaging-qa-os-matrix-large.yml +++ b/.github/workflows/packaging-qa-os-matrix-large.yml @@ -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 diff --git a/.github/workflows/packaging-qa-os-matrix-small.yml b/.github/workflows/packaging-qa-os-matrix-small.yml index 53457823..b1e62eb7 100644 --- a/.github/workflows/packaging-qa-os-matrix-small.yml +++ b/.github/workflows/packaging-qa-os-matrix-small.yml @@ -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 diff --git a/.github/workflows/publish-native-packages.yml b/.github/workflows/publish-native-packages.yml index e584130c..ef6782eb 100644 --- a/.github/workflows/publish-native-packages.yml +++ b/.github/workflows/publish-native-packages.yml @@ -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 diff --git a/.github/workflows/release-qa-os-matrix-install-from-repo.yml b/.github/workflows/release-qa-os-matrix-install-from-repo.yml index e56ba851..1ab34f13 100644 --- a/.github/workflows/release-qa-os-matrix-install-from-repo.yml +++ b/.github/workflows/release-qa-os-matrix-install-from-repo.yml @@ -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