mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
ci: disable sort.py on gitlab jobs as well
This is currently causing the following jobs to fail on GitLab[1]:
* build_ubuntu_package
* build_fedora_package
See commit df6ea884f ("merges, disable sort.py in profile checks
temporarely, two more private-etc profiles", 2023-02-14).
[1] https://gitlab.com/Firejail/firejail_ci/-/pipelines/832588068
This commit is contained in:
parent
6aa9bde539
commit
c3b42dbd26
1 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ build_ubuntu_package:
|
|||
- DEBIAN_FRONTEND=noninteractive apt-get install -y -qq build-essential lintian libapparmor-dev pkg-config python3 gawk
|
||||
- ./configure && make deb && dpkg -i firejail*.deb
|
||||
- command -V firejail && firejail --version
|
||||
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
|
||||
# - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
|
||||
|
||||
build_debian_package:
|
||||
image: debian:stretch
|
||||
|
|
@ -37,7 +37,7 @@ build_fedora_package:
|
|||
- dnf install -y rpm-build gcc make
|
||||
- ./configure --prefix=/usr && make rpms && rpm -i firejail*.rpm
|
||||
- command -V firejail && firejail --version
|
||||
- python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
|
||||
# - python3 contrib/sort.py etc/profile-*/*.profile etc/inc/*.inc
|
||||
|
||||
build_src_package:
|
||||
image: alpine:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue