Home
last modified time | relevance | path

Searched full:nightly (Results 1 – 6 of 6) sorted by relevance

/libCEED/.github/workflows/ !
H A Drust-test-with-style.yml24 # Note: nightly required for coverage of Doctests
25 toolchain: nightly
56 … # Note: rustfmt not always included in nightly, will attempt to downgrade until rustfmt found
57 toolchain: nightly
61 cargo +nightly fmt --version
62 cargo +nightly fmt -- --check
H A Drust-documentation.yml24 toolchain: nightly
27 cargo +nightly doc --package libceed-sys --package libceed --no-deps
/libCEED/examples/rust-qfunctions/ex1-volume-rs/ !
H A Drust-toolchain.toml2 channel = "nightly"
/libCEED/examples/rust-qfunctions/ !
H A DMakefile29 …cargo +nightly build --release --manifest-path ex1-volume-rs/Cargo.toml --config ex1-volume-rs/.ca…
/libCEED/backends/cuda/ !
H A Dceed-cuda-compile.cpp272 rust_toolchain = (char *)"nightly"; in CeedCompileCore_Cuda()
273 setenv("RUST_TOOLCHAIN", "nightly", 0); in CeedCompileCore_Cuda()
/libCEED/ !
H A D.gitlab-ci.yml194 - rustup update nightly
195 - rustup component add rust-src --toolchain nightly
196 - rustup component add llvm-tools --toolchain nightly