projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d4c629
)
build: add -y parameter to glibc pacman workaround
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 18 Feb 2021 19:38:14 +0000
(20:38 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 18 Feb 2021 19:38:14 +0000
(20:38 +0100)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 8a7637b084ed55e35922be51f7e8b839ec87d67e..288b0c15050998b7af968cb322a49df10538c137 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-12,7
+12,7
@@
cache:
paths:
- _build/meson-logs
before_script:
- - pacman -Su --noconfirm https://archive.archlinux.org/packages/g/glibc/glibc-2.33-3-x86_64.pkg.tar.zst
+ - pacman -S
y
u --noconfirm https://archive.archlinux.org/packages/g/glibc/glibc-2.33-3-x86_64.pkg.tar.zst
- pacman -Syu --noconfirm --needed --cachedir $PACMAN_CACHE
base-devel
git