use fromToolchainFile

I *think* this will make it easier to pull in extra rustc targets.
This commit is contained in:
Charles Hall 2024-01-22 22:48:58 -08:00
parent 692a31620d
commit 52954f7a11
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
4 changed files with 31 additions and 30 deletions

View file

@ -62,6 +62,7 @@ oci-image:x86_64-unknown-linux-gnu:
debian:x86_64-unknown-linux-gnu:
stage: artifacts
# See also `rust-toolchain.toml`
image: rust:1.70.0
script:
- apt-get update && apt-get install -y --no-install-recommends libclang-dev