From 6f4fada5e54f3ee92976aab1e197ce2e24b16d89 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 30 Mar 2025 22:16:56 +0200 Subject: [PATCH] ci(github): do not define @{att} globally during re-attached tests. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 74fd47101..5334a2ca1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,6 +45,7 @@ jobs: if [[ ${{ matrix.os }} == ubuntu-24.04 ]] && [[ ${{ matrix.mode }} == default ]]; then # Test with Re-attach disconnected path sed -e 's;// builder.Register("attach");builder.Register("attach");' -i pkg/prebuild/cli/cli.go + sed -e '/@{att}/d' -i apparmor.d/tunables/multiarch.d/system fi bash dists/build.sh dpkg