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.12.22~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=babbb437c293e2ceddb76daa2921946ea0f4f2e4;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. (cherry picked from commit 74717a9c0cec5879f405b4e439aded80c2b6dc7f) --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a7cdb3fa0..f2e726535 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