summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalf Habacker <ralf.habacker@freenet.de>2020-05-01 13:27:20 +0200
committerSimon McVittie <smcv@collabora.com>2022-02-25 14:17:01 +0000
commitbabbb437c293e2ceddb76daa2921946ea0f4f2e4 (patch)
treea46836cb318c50565de97199e524dd64c49dac16
parent25aeef60f81c3a4be7c2211d5e003efdff7a4d07 (diff)
downloaddbus-babbb437c293e2ceddb76daa2921946ea0f4f2e4.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. (cherry picked from commit 74717a9c0cec5879f405b4e439aded80c2b6dc7f)
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7cdb3fa..f2e72653 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -107,7 +107,7 @@ x86_64-w64-mingw32:
stage: build
image: "debian:buster-slim"
variables:
- ci_host: "i686-w64-mingw32"
+ ci_host: "x86_64-w64-mingw32"
script: *script
x86_64-w64-mingw32-cmake-debug:
@@ -116,7 +116,7 @@ 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