From eb27776c99068914abf60b5cbea47f3cc072f8a7 Mon Sep 17 00:00:00 2001 From: Jason Ninneman Date: Mon, 11 Jan 2021 08:24:03 -0700 Subject: [PATCH] Change and add packages for tumbleweed. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 701db5b..f9ce742 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: binary:debug: stage: build before_script: - - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python2-PyYAML lcov + - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python3-PyYAML lcov script: - make debug artifacts: @@ -23,7 +23,7 @@ binary:debug: binary:release: stage: build before_script: - - zypper install -y make gcc libedit-devel python python2-PyYAML + - zypper install -y make gcc libedit-devel python python3-PyYAML script: - make advent cheat artifacts: @@ -69,7 +69,7 @@ dist: test:debug: stage: test before_script: - - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python2-PyYAML lcov + - zypper install -y make gcc libedit-devel libasan5 libubsan1 python python3-PyYAML lcov diffutils script: - make coverage artifacts: @@ -81,7 +81,7 @@ test:debug: test:release: stage: test before_script: - - zypper install -y make libedit + - zypper install -y make libedit diffutils script: - cd tests - make -- 2.31.1