aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2024-11-10 17:44:13 -0700
committerMelody Horn <melody@boringcactus.com>2024-11-10 17:44:13 -0700
commit2bd6085513b44b39995d0fbb9cf78f0751341ed3 (patch)
treed54062c4c0da8cc6faad120f7ab2a3af99ccc8dd /.gitlab-ci.yml
parent7029372c9fada6316852915765cc0d763be3c63c (diff)
downloadmakers-2bd6085513b44b39995d0fbb9cf78f0751341ed3.tar.gz
makers-2bd6085513b44b39995d0fbb9cf78f0751341ed3.zip
it’s the future, debian packages libarchive now
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f467b90..1bac2bd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,14 +75,9 @@ full-test-xbps:
script:
- cargo install --path .
- cd
- - wget https://www.libarchive.org/downloads/libarchive-3.5.1.tar.xz
- - tar xf libarchive-*.tar.xz
- - cd libarchive-*/
- - ./configure
- - makers
- - makers install
- git clone https://github.com/void-linux/xbps.git ~/xbps
- cd ~/xbps
+ - apt update && apt install -y libarchive-dev
- ./configure
- makers