diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-24 00:36:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-24 00:36:47 +0300 |
commit | 15e7345792df222b2751d69d8e4aac48741998e5 (patch) | |
tree | 4dc14fccbc33f0c22b7fb54cf4891d01bf17fe02 | |
parent | ce1ca12ff11b17ba26b500e04be3bd7e2639cb8e (diff) | |
download | plugin-15e7345792df222b2751d69d8e4aac48741998e5.tar.gz plugin-15e7345792df222b2751d69d8e4aac48741998e5.tar.bz2 plugin-15e7345792df222b2751d69d8e4aac48741998e5.tar.xz plugin-15e7345792df222b2751d69d8e4aac48741998e5.zip |
Remove gcc 4.8 sanitize build from ci, because 4.8 not have support for asan.
-rw-r--r-- | .gitlab-ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 49b39a0..5df60d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -53,12 +53,6 @@ clang-3.9-i386: # tests -gcc-4.8-sanitize: - stage: test - script: - - ./tools/ci/jobs/gcc48.sh --enable-werror --enable-sanitize - image: debian:stable - gcc-4.9-sanitize: stage: test script: |