summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2021-05-09 12:13:12 +0200
committerChristoph Reiter <reiter.christoph@gmail.com>2021-05-09 12:13:12 +0200
commit17563f9969cf5c845c84cc5470476175fc270adf (patch)
treef4088dcdfe1e280f09bee194589ed5c073f154e3 /.gitlab-ci
parent7d2a1694cc8df276056170052b1b808ea92d2c6d (diff)
downloadgobject-introspection-17563f9969cf5c845c84cc5470476175fc270adf.tar.gz
CI: move from mingw32 to mingw64
ccache is currently broken somehow. With 32bit Windows getting less and less usage/testing it's a good idea to move to 64 bit anyway.
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/test-msys2-meson.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2-meson.sh b/.gitlab-ci/test-msys2-meson.sh
index 56f8c9b3..06d3c2a6 100644
--- a/.gitlab-ci/test-msys2-meson.sh
+++ b/.gitlab-ci/test-msys2-meson.sh
@@ -2,7 +2,6 @@
set -e
-export PATH="/c/msys64/$MSYSTEM/bin:$PATH"
if [[ "$MSYSTEM" == "MINGW32" ]]; then
export MSYS2_ARCH="i686"
else