Skip to content

Commit

Permalink
gitlab-ci: check for apparmor support on build_apparmor
Browse files Browse the repository at this point in the history
To ensure that firejail was actually built with support for it.

Note: This commit intentionally fails on GitLab CI to demonstrate that
the above is currently not the case.
  • Loading branch information
kmk3 committed May 17, 2022
1 parent 6a89ab0 commit 428e068
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ build_apparmor:
- DEBIAN_FRONTEND=noninteractive apt-get install -y -qq build-essential lintian libapparmor-dev pkg-config gawk
- ./configure --prefix=/usr && make deb-apparmor && dpkg -i firejail*.deb
- command -V firejail && firejail --version
- firejail --version | grep -F 'AppArmor support is enabled'

debian_ci:
image: registry.salsa.debian.org/salsa-ci-team/ci-image-git-buildpackage:latest
Expand Down

0 comments on commit 428e068

Please sign in to comment.