From: Ralf Habacker Date: Fri, 1 May 2020 11:27:20 +0000 (+0200) Subject: .gitlab-ci.yml: Use x86_64 build chain to cross build 64bit executables X-Git-Tag: dbus-1.13.16~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74717a9c0cec5879f405b4e439aded80c2b6dc7f;p=thirdparty%2Fdbus.git .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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d642da2a9..63598e898 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