Skip to content

Commit d085b09

Browse files
bonziniPatchew Applier
authored andcommitted
ci: temporarily remove rust from Debian and Ubuntu
Signed-off-by: Paolo Bonzini <[email protected]> Reviewed-by: Zhao Liu <[email protected]> Message-Id: <[email protected]>
1 parent 6a9fa5e commit d085b09

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.d/buildtest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ build-system-ubuntu:
3939
job: amd64-ubuntu2204-container
4040
variables:
4141
IMAGE: ubuntu2204
42-
CONFIGURE_ARGS: --enable-docs --enable-rust
42+
CONFIGURE_ARGS: --enable-docs
4343
TARGETS: alpha-softmmu microblazeel-softmmu mips64el-softmmu
44-
MAKE_CHECK_ARGS: check-build check-doc
44+
MAKE_CHECK_ARGS: check-build
4545

4646
check-system-ubuntu:
4747
extends: .native_test_job_template
@@ -69,7 +69,7 @@ build-system-debian:
6969
job: amd64-debian-container
7070
variables:
7171
IMAGE: debian
72-
CONFIGURE_ARGS: --with-coroutine=sigaltstack --enable-rust
72+
CONFIGURE_ARGS: --with-coroutine=sigaltstack
7373
TARGETS: arm-softmmu i386-softmmu riscv64-softmmu sh4eb-softmmu
7474
sparc-softmmu xtensa-softmmu
7575
MAKE_CHECK_ARGS: check-build

0 commit comments

Comments
 (0)