summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2020-05-01 13:27:20 +0200
committerRalf Habacker <ralf.habacker@freenet.de>2020-05-16 17:18:05 +0200
commit74717a9c0cec5879f405b4e439aded80c2b6dc7f (patch)
tree42dd5a1e384abbfef602db5fdee8691170b11eca /.gitlab-ci.yml
parente32e2c0eb573bd8321ddf6288c9e9f9744232186 (diff)
downloaddbus-74717a9c0cec5879f405b4e439aded80c2b6dc7f.tar.gz
.gitlab-ci.yml: Use x86_64 build chain to cross build 64bit executables
This error was discovered when working with the merge request dbus/dbus!158.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d642da2a..63598e89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -106,7 +106,7 @@ build:x86_64-w64-mingw32:
stage: build
image: "debian:buster-slim"
variables:
- ci_host: "i686-w64-mingw32"
+ ci_host: "x86_64-w64-mingw32"
script: *script
build:x86_64-w64-mingw32-cmake-debug:
@@ -114,7 +114,7 @@ build:x86_64-w64-mingw32-cmake-debug:
image: "debian:buster-slim"
variables:
ci_buildsys: "cmake"
- ci_host: "i686-w64-mingw32"
+ ci_host: "x86_64-w64-mingw32"
ci_variant: "debug"
script: *script