diff options
author | Simon McVittie <smcv@collabora.com> | 2018-12-03 19:44:47 +0000 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2018-12-04 12:32:45 +0000 |
commit | acae9c0643bb755144ad18f2a0cbf5af5385e8aa (patch) | |
tree | 785d70963dc9d3bc4edae3f6482c7ac84ecbf0e3 /.gitlab-ci.yml | |
parent | 7c00027eb774978b836b808d7a62863b6e71dd1f (diff) | |
download | dbus-acae9c0643bb755144ad18f2a0cbf5af5385e8aa.tar.gz |
CI: Stop building on Ubuntu 14.04 'trusty'
The version of gcc in trusty is too old for AddressSanitizer, which we
want to be able to start using, and Travis-CI finally supports Ubuntu
16.04 'xenial' now. This lets us remove some workarounds, but we need
to update others.
Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit 0c553afcd9c79bc19ffdad67980f421def5d0613)
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3164d13c..4de46a93 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,15 +136,4 @@ build:xenial: ci_suite: "xenial" script: *script -build:trusty: - when: manual - stage: build - image: "ubuntu:trusty" - variables: - ci_distro: "ubuntu" - ci_suite: "trusty" - script: - - chown -R user . - - sudo -u user -H ./tools/ci-build.sh - # vim:set sw=2 sts=2 et: |