aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2019-01-26 10:57:07 -0600
committerLibravatar Fred-Barclay <Fred-Barclay@users.noreply.github.com>2019-01-26 10:57:07 -0600
commit3ef00dab3464d0011dbd99987ed786f8d054cf35 (patch)
treef074134fa049733df81b02292cf208b5ccdfbaf7 /.gitlab-ci.yml
parentrelease 0.9.58 testing (diff)
downloadfirejail-3ef00dab3464d0011dbd99987ed786f8d054cf35.tar.gz
firejail-3ef00dab3464d0011dbd99987ed786f8d054cf35.tar.zst
firejail-3ef00dab3464d0011dbd99987ed786f8d054cf35.zip
Switch ubuntu:latest to ubuntu:rolling for Gitlab CI
Ubuntu:rolling is the latest Ubuntu release (LTS and/or non-LTS). Since debian:latest already provides a reasonable base for testing firejail builds on older Debian-based systems, use ubuntu:rolling to test on relatively new systems.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 555643b6f..a3d4fcc6e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,11 +1,11 @@
1# Basic notes: builds firejail on 5 different systems for 2 package systems: 1# Basic notes: builds firejail on 5 different systems for 2 package systems:
2# 1. Debian-based systems. Use debian:jessie to ensure reasonable backwards 2# 1. Debian-based systems. Use debian:jessie to ensure reasonable backwards
3# compat and ubuntu:latest for new setups 3# compat and ubuntu:rolling for new setups
4# 2. Redhat-based systems. Use centos:latest for reasonable backwards compat 4# 2. Redhat-based systems. Use centos:latest for reasonable backwards compat
5# and fedora:latest for new setups 5# and fedora:latest for new setups
6# 3. Alpine for installing directly from source 6# 3. Alpine for installing directly from source
7build_ubuntu_package: 7build_ubuntu_package:
8 image: ubuntu:latest 8 image: ubuntu:rolling
9 script: 9 script:
10 - apt-get update -qq 10 - apt-get update -qq
11 - apt-get install -y -qq build-essential lintian 11 - apt-get install -y -qq build-essential lintian