ci(github): also test with re-attach disconnected path.

This commit is contained in:
Alexandre Pujol 2025-03-30 21:16:18 +02:00
parent 41ff05369d
commit cbea160416
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -42,6 +42,10 @@ jobs:
if [[ ${{ matrix.mode }} == full-system-policy ]]; then if [[ ${{ matrix.mode }} == full-system-policy ]]; then
echo -e "\noverride_dh_auto_build:\n\tmake full" >> debian/rules echo -e "\noverride_dh_auto_build:\n\tmake full" >> debian/rules
fi fi
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
fi
bash dists/build.sh dpkg bash dists/build.sh dpkg
- name: Install apparmor.d - name: Install apparmor.d