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 <asterboese@mailbox.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9030>
This commit is contained in:
parent
17d6f37984
commit
151e4d7a06
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue