Searched +full:check +full:- +full:rust +full:- +full:tools +full:- +full:nightly (Results 1 – 4 of 4) sorted by relevance
1 check-patch:4 image: python:3.10-alpine7 - .gitlab-ci.d/check-patch.py12 - apk -U add git perl15 check-dco:18 image: python:3.10-alpine20 script: .gitlab-ci.d/check-dco.py24 - apk -U add git26 check-python-minreqs:31 - make -C python check-minreqs[all …]
2 - local: '/.gitlab-ci.d/buildtest-template.yml'4 build-system-alpine:6 - .native_build_job_template7 - .native_build_artifact_template9 - job: amd64-alpine-container12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu13 MAKE_CHECK_ARGS: check-build14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog16 check-system-alpine:19 - job: build-system-alpine[all …]
1 #!/bin/bash -e3 # Run the rust code checks (a.k.a. check-rust-tools-nightly)12 # the top-level directory.18 configure_qemu --disable-user --disable-docs --enable-rust19 pyvenv/bin/meson devenv -w $QEMU_SRC/rust ${CARGO-cargo} fmt --check
3 Rust in QEMU6 Rust in QEMU is a project to enable using the Rust programming language10 from ``SysBusDevice`` in `*safe*`__ Rust. Later, it may become possible14 __ https://doc.rust-lang.org/nomicon/meet-safe-and-unsafe.html16 Building the Rust in QEMU code17 ------------------------------19 The Rust in QEMU code is included in the emulators via Meson. Meson25 are accustomed to the more "normal" Cargo-based development workflow.29 comes from the ``rust/Cargo.toml`` workspace file31 * it is also possible to use ``cargo`` for common Rust-specific coding[all …]