mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-21 06:45:29 -06:00
gitlab-ci: disable continuously failing fedora test
This commit is contained in:
parent
2b62943a2d
commit
4fdb0b1633
1 changed files with 7 additions and 7 deletions
|
|
@ -27,13 +27,13 @@ build_redhat_package:
|
|||
- yum install -y rpm-build gcc make
|
||||
- ./configure --prefix=/usr && make rpms && yum install -y firejail*.rpm
|
||||
|
||||
build_fedora_package:
|
||||
image: fedora:latest
|
||||
script:
|
||||
- dnf update -y
|
||||
- dnf install -y rpm-build gcc make
|
||||
- ./configure --prefix=/usr && make rpms && rpm -i firejail*.rpm
|
||||
- python3 contrib/sort.py etc/*.{profile,inc}
|
||||
#build_fedora_package:
|
||||
# image: fedora:latest
|
||||
# script:
|
||||
# - dnf update -y
|
||||
# - dnf install -y rpm-build gcc make
|
||||
# - ./configure --prefix=/usr && make rpms && rpm -i firejail*.rpm
|
||||
# - python3 contrib/sort.py etc/*.{profile,inc}
|
||||
|
||||
build_src_package:
|
||||
image: alpine:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue