CI: in b2c, compile on the host, then test in qemu
authorBenjamin Tissoires <benjamin.tissoires@gmail.com>
Thu, 11 Aug 2022 05:19:14 +0000 (07:19 +0200)
committerBenjamin Tissoires <benjamin.tissoires@gmail.com>
Fri, 2 Sep 2022 06:41:28 +0000 (08:41 +0200)
commit24956221b9f05f5a71935dcaa053029a285ae528
treeb533249a1fbaa50436309e5d98ea9d739e4e9b08
parenta034a9f66b7ed5276cdd6da464a50eeee7f61f0c
CI: in b2c, compile on the host, then test in qemu

Looks like we are having clock skew issues on qemu, so given that
we just need qemu in the image, we can compile on the host (reliable)
and then only start the tests in qemu.

Signed-off-by: Benjamin Tissoires <benjamin.tissoires@gmail.com>
.gitlab-ci.yml
.gitlab-ci/ci.template
.gitlab-ci/config.yml
.gitlab-ci/meson-build.sh
.gitlab-ci/meson-prep.sh [new file with mode: 0644]
.gitlab-ci/meson-test.sh [new file with mode: 0755]
.gitlab-ci/start-in-systemd.sh