.gitlab-ci.yml: Use x86_64 build chain to cross build 64bit executables
authorRalf Habacker <ralf.habacker@freenet.de>
Fri, 1 May 2020 11:27:20 +0000 (13:27 +0200)
committerSimon McVittie <smcv@collabora.com>
Fri, 25 Feb 2022 14:17:01 +0000 (14:17 +0000)
This error was discovered when working with the merge request
dbus/dbus!158.

(cherry picked from commit 74717a9c0cec5879f405b4e439aded80c2b6dc7f)

.gitlab-ci.yml

index a7cdb3f..f2e7265 100644 (file)
@@ -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