Skip to content

Commit 99144e2

Browse files
bonziniPatchew Applier
authored andcommitted
ci: temporarily remove rust from Ubuntu
This is for the purpose of getting an easy-to-use base for future development. The plan is: - that Debian will require trixie to enable Rust usage - that Ubuntu will backport 1.83 to its 22.04 and 24.04 versions (https://bugs.launchpad.net/ubuntu/+source/rustc-1.83/+bug/2120318) Marc-André is working on adding Rust to other CI jobs. Reviewed-by: Zhao Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Paolo Bonzini <[email protected]> Message-Id: <[email protected]>
1 parent 21d5bb8 commit 99144e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.d/buildtest.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)