File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ build-system-ubuntu:
39
39
job : amd64-ubuntu2204-container
40
40
variables :
41
41
IMAGE : ubuntu2204
42
- CONFIGURE_ARGS : --enable-docs --enable-rust
42
+ CONFIGURE_ARGS : --enable-docs
43
43
TARGETS : alpha-softmmu microblazeel-softmmu mips64el-softmmu
44
- MAKE_CHECK_ARGS : check-build check-doc
44
+ MAKE_CHECK_ARGS : check-build
45
45
46
46
check-system-ubuntu :
47
47
extends : .native_test_job_template
@@ -69,7 +69,7 @@ build-system-debian:
69
69
job : amd64-debian-container
70
70
variables :
71
71
IMAGE : debian
72
- CONFIGURE_ARGS : --with-coroutine=sigaltstack --enable-rust
72
+ CONFIGURE_ARGS : --with-coroutine=sigaltstack
73
73
TARGETS : arm-softmmu i386-softmmu riscv64-softmmu sh4eb-softmmu
74
74
sparc-softmmu xtensa-softmmu
75
75
MAKE_CHECK_ARGS : check-build
You can’t perform that action at this time.
0 commit comments