From 151e4d7a069ace5f59e59fa1d14aeb1eb80de5b3 Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Wed, 15 Jul 2026 14:45:38 +0200 Subject: [PATCH] gitlab-ci: don't try building pbsplash pbsplash has been dropped from pmaports, so this build will not successfully finish. Instead, build mkbootimg-osm0sis. Signed-off-by: Aster Boese Part-of: --- cross/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cross/.gitlab-ci.yml b/cross/.gitlab-ci.yml index b7097821f..e9f473d89 100644 --- a/cross/.gitlab-ci.yml +++ b/cross/.gitlab-ci.yml @@ -8,7 +8,7 @@ cross-gcc-tests: - su pmos -c "pmbootstrap build gcc-aarch64" - su pmos -c "pmbootstrap build --arch=aarch64 hello-world --force" - su pmos -c "pmbootstrap build --arch=aarch64 iskey --force" - - su pmos -c "pmbootstrap build --arch=aarch64 pbsplash --force" + - su pmos -c "pmbootstrap build --arch=aarch64 mkbootimg-osm0sis --force" - su pmos -c "pmbootstrap build --arch=aarch64 gcc-x86_64" rules: - if: $CI_PIPELINE_SOURCE == "merge_request_event"