mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 13:58:01 +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.
(cherry picked from commit 74717a9c0c)
This commit is contained in:
parent
25aeef60f8
commit
babbb437c2
1 changed files with 2 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ x86_64-w64-mingw32:
|
||||||
stage: build
|
stage: build
|
||||||
image: "debian:buster-slim"
|
image: "debian:buster-slim"
|
||||||
variables:
|
variables:
|
||||||
ci_host: "i686-w64-mingw32"
|
ci_host: "x86_64-w64-mingw32"
|
||||||
script: *script
|
script: *script
|
||||||
|
|
||||||
x86_64-w64-mingw32-cmake-debug:
|
x86_64-w64-mingw32-cmake-debug:
|
||||||
|
|
@ -116,7 +116,7 @@ x86_64-w64-mingw32-cmake-debug:
|
||||||
image: "debian:buster-slim"
|
image: "debian:buster-slim"
|
||||||
variables:
|
variables:
|
||||||
ci_buildsys: "cmake"
|
ci_buildsys: "cmake"
|
||||||
ci_host: "i686-w64-mingw32"
|
ci_host: "x86_64-w64-mingw32"
|
||||||
ci_variant: "debug"
|
ci_variant: "debug"
|
||||||
script: *script
|
script: *script
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue