[gimp/wip/schumaml/crossraods-optimization: 256/311] try to persist crossroad packages by XDG_CACHE_HOME=/usr/local/lib
- From: Michael Schumacher <schumaml src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/wip/schumaml/crossraods-optimization: 256/311] try to persist crossroad packages by XDG_CACHE_HOME=/usr/local/lib
- Date: Sat, 13 Feb 2021 18:46:44 +0000 (UTC)
commit a5dc0662996edcf6c47c8f0ca688fe5ae3e2e3cf
Author: Michael Schumacher <schumaml gmx de>
Date: Thu Nov 26 23:20:01 2020 +0100
try to persist crossroad packages by XDG_CACHE_HOME=/usr/local/lib
.gitlab-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e819f82bb4..d672fe9bd8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -53,7 +53,7 @@ build-image-win64:
- echo "RUN pip3 install zstandard" >> Dockerfile
- echo "RUN git clone --depth=${GIT_DEPTH} git://git.tuxfamily.org/gitroot/crossroad/crossroad.git" >>
Dockerfile
- echo "RUN cd crossroad && ./setup.py install --prefix=/usr/local && cd .." >> Dockerfile
- - echo "RUN echo 'crossroad source msys2 && crossroad install lcms2 cairo json-glib' | crossroad w64
gimp --run='-'" >> Dockerfile
+ - echo "RUN echo 'crossroad source msys2 && crossroad install lcms2 cairo json-glib' |
XDG_CACHE_HOME=/usr/local/lib crossroad w64 gimp --run='-'" >> Dockerfile
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination
$CI_REGISTRY_IMAGE:build-win64-latest --cache=true --cache-ttl=120h
@@ -201,11 +201,11 @@ deps-win64:
- git clone --depth 1 https://gitlab.gnome.org/GNOME/babl.git
- git clone --depth 1 https://gitlab.gnome.org/GNOME/gegl.git
- cd babl
- - echo 'crossroad meson _build/ -Denable-gir=false -Dlibdir=lib' | crossroad w64 gimp --run="-"
+ - echo 'crossroad meson _build/ -Denable-gir=false -Dlibdir=lib' | XDG_CACHE_HOME=/usr/local/lib
crossroad w64 gimp --run="-"
- ninja -C _build install
- cd ..
- cd gegl
- - echo 'crossroad meson _build/ -Denable-gir=false -Dlibdir=lib' | crossroad w64 gimp --run="-"
+ - echo 'crossroad meson _build/ -Denable-gir=false -Dlibdir=lib' | XDG_CACHE_HOME=/usr/local/lib
crossroad w64 gimp --run="-"
- ninja -C _build install
- cd ..
artifacts:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]