Skip to content
Snippets Groups Projects
Unverified Commit 3dd7b5e1 authored by Oliver Smith's avatar Oliver Smith
Browse files

CI: test build for x86 pkg on x86_64 machine

Part-of: !2577
parent c0cdd559
No related branches found
No related tags found
1 merge request!2577build: fix cross-compile without CPU emulation
Pipeline #217561 passed
......@@ -170,6 +170,8 @@ force build amd64:
# cross compiling: unnecessary
- .ci/integration_tests/force_build x86_64 hello-world
- .ci/integration_tests/force_build x86_64 postmarketos-mkinitfs
# cross compiling: unnecessary (different arch but no cpu emulation required)
- .ci/integration_tests/force_build x86 hello-world
# cross compiling: qemu-only
- PMB_EXTRA_ARGS="--no-cross" .ci/integration_tests/force_build aarch64 hello-world
# cross compiling: crossdirect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment