On 11/10/2023 16.53, Michael Tokarev wrote:
11.10.2023 17:42, Thomas Huth wrote:
This job is failing since weeks. Let's mark it as manual until
it gets fixed.
Signed-off-by: Thomas Huth <th...@redhat.com>
I was about to sent something like this about a month ago, but
got distracted.
Acked-by: Michael Tokarev <m...@tls.msk.ru>
Thanks!
---
.gitlab-ci.d/container-cross.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitlab-ci.d/container-cross.yml
b/.gitlab-ci.d/container-cross.yml
index e0d75d5824..2848166ba3 100644
--- a/.gitlab-ci.d/container-cross.yml
+++ b/.gitlab-ci.d/container-cross.yml
@@ -95,6 +95,7 @@ riscv64-debian-cross-container:
allow_failure: true
variables:
NAME: debian-riscv64-cross
+ QEMU_JOB_OPTIONAL: 1
# we can however build TCG tests using a non-sid base
riscv64-debian-test-cross-container:
Drat, looks like I forgot to CC: qemu-devel ... done now, so in case anybody
else has an opinion on this, please let me know!
Thomas