[glib-networking/wip/nacho/openssl] retry



commit a7f67d7be8d29c08a978b46425faa2468bc70c14
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Tue Sep 11 16:16:40 2018 +0200

    retry

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fadcc06..3635776 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,11 +10,11 @@ build_stable:
     - dnf builddep -y --nogpgcheck glib-networking
     - dnf install -y --nogpgcheck $ADDITIONAL_DEPENDENCIES
   script:
-    - export ASAN_OPTIONS=suppressions=$PWD/asan.supp
     - mkdir build
     - cd build
     - meson .. -Db_sanitize=address
     - ninja
+    - export ASAN_OPTIONS=suppressions=../asan.supp
     - ninja test
     - ninja install
   artifacts:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]