mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-04 23:28:05 +02:00
.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.
This commit is contained in:
parent
e32e2c0eb5
commit
74717a9c0c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue