Change and add packages for tumbleweed.
authorJason Ninneman <jsn@mbar.us>
Mon, 11 Jan 2021 15:24:03 +0000 (08:24 -0700)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 11 Jan 2021 15:56:05 +0000 (15:56 +0000)
.gitlab-ci.yml

index 701db5bb0b87ecfd35d5730e941f1f453596ac97..f9ce742f9fbf2bc743223638715983c1e61f44cc 100644 (file)
@@ -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