Home
last modified time | relevance | path

Searched +full:check +full:- +full:rust +full:- +full:tools +full:- +full:nightly (Results 1 – 4 of 4) sorted by relevance

/qemu/.gitlab-ci.d/
H A Dstatic_checks.yml1 check-patch:
4 image: python:3.10-alpine
7 - .gitlab-ci.d/check-patch.py
12 - apk -U add git perl
15 check-dco:
18 image: python:3.10-alpine
20 script: .gitlab-ci.d/check-dco.py
24 - apk -U add git
26 check-python-minreqs:
31 - make -C python check-minreqs
[all …]
H A Dbuildtest.yml2 - local: '/.gitlab-ci.d/buildtest-template.yml'
4 build-system-alpine:
6 - .native_build_job_template
7 - .native_build_artifact_template
9 - job: amd64-alpine-container
12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu
13 MAKE_CHECK_ARGS: check-build
14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog
16 check-system-alpine:
19 - job: build-system-alpine
[all …]
/qemu/tests/docker/
H A Dtest-rust1 #!/bin/bash -e
3 # 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-rust
19 pyvenv/bin/meson devenv -w $QEMU_SRC/rust ${CARGO-cargo} fmt --check
/qemu/docs/devel/
H A Drust.rst3 Rust in QEMU
6 Rust in QEMU is a project to enable using the Rust programming language
10 from ``SysBusDevice`` in `*safe*`__ Rust. Later, it may become possible
14 __ https://doc.rust-lang.org/nomicon/meet-safe-and-unsafe.html
16 Building the Rust in QEMU code
17 ------------------------------
19 The Rust in QEMU code is included in the emulators via Meson. Meson
25 are accustomed to the more "normal" Cargo-based development workflow.
29 comes from the ``rust/Cargo.toml`` workspace file
31 * it is also possible to use ``cargo`` for common Rust-specific coding
[all …]