File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " parallel-disk-usage" ,
3- "image" : " mcr.microsoft.com/devcontainers/base:ubuntu" ,
3+ "image" : " mcr.microsoft.com/devcontainers/base:ubuntu-24.04 " ,
44 "features" : {
55 "ghcr.io/devcontainers/features/rust:1" : {
66 "version" : " none" ,
1111 "nodeGypDependencies" : true
1212 },
1313 "ghcr.io/devcontainers/features/python:1" : {
14- "version" : " latest " ,
14+ "version" : " 3.12 " ,
1515 "installTools" : true
1616 },
1717 "ghcr.io/devcontainers-contrib/features/shellcheck:1" : {},
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44echo " Installing Python dependencies..." >&2
5- pip install toml
5+ python3 -m pip install --user toml
66
77echo " Installing pnpm and project Node dependencies..." >&2
88npm install -g pnpm@7.33.7
9- (cd ci/github-actions && pnpm install)
9+ (cd ci/github-actions && pnpm install --frozen-lockfile )
1010
1111echo " Installing hyperfine from GitHub release..." >&2
1212hyperfine_version=" 1.20.0"
You can’t perform that action at this time.
0 commit comments