ci(github): remove test now enabled by default.
This commit is contained in:
parent
7aae9f0dd7
commit
2fcf4c5011
1 changed files with 0 additions and 5 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -47,11 +47,6 @@ jobs:
|
||||||
if [[ ${{ matrix.mode }} == full-system-policy ]]; then
|
if [[ ${{ matrix.mode }} == full-system-policy ]]; then
|
||||||
sed -e "s/just complain/just fsp-complain/" -i debian/rules
|
sed -e "s/just complain/just fsp-complain/" -i 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
|
|
||||||
sed -e '/@{att}/d' -i apparmor.d/tunables/multiarch.d/system
|
|
||||||
fi
|
|
||||||
bash dists/build.sh dpkg
|
bash dists/build.sh dpkg
|
||||||
|
|
||||||
- name: Install apparmor.d
|
- name: Install apparmor.d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue