Switch to CircleCI's Rust + Node container image
All checks were successful
/ build (pull_request) Successful in 2m24s
/ test (pull_request) Successful in 1m8s
/ run-examples (pull_request) Successful in 1m3s

This should make the `checkout` work on the runner host.
This commit is contained in:
Aaron Fenyes 2025-03-27 22:19:54 -07:00
parent 4251242953
commit 7f45e98b46
2 changed files with 4 additions and 4 deletions

View file

@ -11,4 +11,4 @@ runs:
steps:
- run: rustup target add wasm32-unknown-unknown
- run: curl --output - --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused --location --silent --show-error --fail 'https://github.com/trunk-rs/trunk/releases/download/v0.21.12/trunk-x86_64-unknown-linux-gnu.tar.gz' | tar --gunzip --extract --file -
working-directory: /usr/local/cargo/bin
working-directory: /home/circleci/.cargo/bin

View file

@ -7,7 +7,7 @@ jobs:
build:
runs-on: docker
container:
image: rust:1.85-bookworm
image: cimg/rust:1.85-node
defaults:
run:
working-directory: app-proto
@ -21,7 +21,7 @@ jobs:
test:
runs-on: docker
container:
image: rust:1.85-bookworm
image: cimg/rust:1.85-node
defaults:
run:
working-directory: app-proto
@ -38,7 +38,7 @@ jobs:
run-examples:
runs-on: docker
container:
image: rust:1.85-bookworm
image: cimg/rust:1.85-node
defaults:
run:
working-directory: app-proto