summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonardo Bras <leobras.c@gmail.com>2023-08-04 14:41:34 -0300
committerPaul E. McKenney <paulmck@kernel.org>2023-08-04 11:03:33 -0700
commit4902b3edb43cb671d736f8c59fb17d991a0fcefd (patch)
tree79675105487d1944d934724a4ac699447105e342
parent39a573c002d7aa32049098ee2b4b07ff05c7588a (diff)
downloadperfbook-4902b3edb43cb671d736f8c59fb17d991a0fcefd.tar.gz
utilities/gitlab-ci: Fully update system before building
Some recent CI errors come from the incompatibility between packages pre-installed in the docker image and the ones installed via pacman. To avoid this, make a full system upgrade when installing the needed packages. Signed-off-by: Leonardo Bras <leobras.c@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
-rw-r--r--utilities/gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/utilities/gitlab-ci.yml b/utilities/gitlab-ci.yml
index 544b9373..bcda8712 100644
--- a/utilities/gitlab-ci.yml
+++ b/utilities/gitlab-ci.yml
@@ -9,7 +9,7 @@ test_codesamples:
stage: test
before_script:
- - pacman --noconfirm -Sy make gcc liburcu
+ - pacman --noconfirm -Syu make gcc liburcu
script:
- make -C CodeSamples/
@@ -19,7 +19,7 @@ generate_pdfs:
stage: build
before_script:
- - pacman --noconfirm -Sy texlive-meta fig2dev ghostscript graphviz inkscape wget make which fontconfig git ttf-dejavu gnu-free-fonts ttf-liberation
+ - pacman --noconfirm -Syu texlive-meta fig2dev ghostscript graphviz inkscape wget make which fontconfig git ttf-dejavu gnu-free-fonts ttf-liberation
- mkdir -p ~/.local/share/fonts && cp fonts/steel-city-comic.regular.ttf ~/.local/share/fonts/ && fc-cache
script: