ci: use fsp instead of full command.
This commit is contained in:
parent
e6939f4968
commit
e30372b729
2 changed files with 2 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -38,7 +38,7 @@ jobs:
|
||||||
- name: Build the apparmor.d package
|
- name: Build the apparmor.d package
|
||||||
run: |
|
run: |
|
||||||
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 fsp" >> debian/rules
|
||||||
fi
|
fi
|
||||||
if [[ ${{ matrix.os }} == ubuntu-24.04 ]] && [[ ${{ matrix.mode }} == default ]]; then
|
if [[ ${{ matrix.os }} == ubuntu-24.04 ]] && [[ ${{ matrix.mode }} == default ]]; then
|
||||||
# Test with Re-attach disconnected path
|
# Test with Re-attach disconnected path
|
||||||
|
|
|
||||||
|
|
@ -117,7 +117,7 @@ whonix:
|
||||||
variables:
|
variables:
|
||||||
DISTRIBUTION: whonix
|
DISTRIBUTION: whonix
|
||||||
before_script:
|
before_script:
|
||||||
- echo "\noverride_dh_auto_build:\n\tmake full" >> debian/rules
|
- echo "\noverride_dh_auto_build:\n\tmake fsp" >> debian/rules
|
||||||
|
|
||||||
opensuse:
|
opensuse:
|
||||||
stage: build
|
stage: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue