diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2023-02-02 13:25:27 +0000 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2023-02-02 13:25:27 +0000 |
commit | b3ca9646b9a5c44dfd110c5db9b4a8b8497de34e (patch) | |
tree | 222b5f027c628370e462cc92528a8b600d0d2a04 | |
parent | f45549233f67e5fd3038d2c886ef7de876c8ff01 (diff) |
gitlab: cut even more from cross-win64-system build
This keeps hitting the time limits so cut even more from the list.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
-rw-r--r-- | .gitlab-ci.d/crossbuilds.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitlab-ci.d/crossbuilds.yml b/.gitlab-ci.d/crossbuilds.yml index 8dbbb8f881..74d6259b90 100644 --- a/.gitlab-ci.d/crossbuilds.yml +++ b/.gitlab-ci.d/crossbuilds.yml @@ -187,7 +187,9 @@ cross-win64-system: job: win64-fedora-cross-container variables: IMAGE: fedora-win64-cross - CROSS_SKIP_TARGETS: or1k-softmmu rx-softmmu sh4eb-softmmu sparc64-softmmu + CROSS_SKIP_TARGETS: alpha-softmmu avr-softmmu hppa-softmmu + m68k-softmmu microblazeel-softmmu nios2-softmmu + or1k-softmmu rx-softmmu sh4eb-softmmu sparc64-softmmu tricore-softmmu xtensaeb-softmmu artifacts: paths: |