summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2020-11-07 18:11:45 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2020-11-07 18:11:45 +0100
commit5b69e07be75ee5f43df0d734eaee007033a33647 (patch)
treed5854c9235feca0acc103c1f404bab6c9bb273f6 /.gitlab-ci.yml
parenta23d3948fbc4ae174f10592a150bdbb11a430243 (diff)
downloadgcr-5b69e07be75ee5f43df0d734eaee007033a33647.tar.gz
ci: Fix ASAN jobs
Apparently, the tags for these jobs changed from 'privileged' to 'asan', so let's follow suit (so that our CI starts working again completely).
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f647b5..3d56cad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -31,7 +31,8 @@ fedora:Werror:
fedora:asan:
image: fedora:latest
stage: build
- tags: [ privileged ]
+ tags:
+ - asan # LSAN needs CAP_SYS_PTRACE
before_script:
- dnf upgrade -y
- dnf install -y 'dnf-command(builddep)' $DEPENDENCIES libasan