File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ tasks:
37
37
workerType : ci
38
38
payload :
39
39
maxRunTime : 3600
40
- image : " rust:buster "
40
+ image : " rust:bookworm "
41
41
command :
42
42
- " /bin/bash"
43
43
- " -cx"
44
- - " curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py &&
44
+ - " apt update && apt install -y python3-full &&
45
45
rustup component add clippy rustfmt &&
46
46
rustup toolchain install nightly &&
47
47
curl -L https://github.com/est31/cargo-udeps/releases/download/v0.1.35/cargo-udeps-v0.1.35-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /usr/local/cargo/bin --strip-components 2 &&
50
50
cd rust-code-analysis &&
51
51
git -c advice.detachedHead=false checkout ${head_rev} &&
52
52
git submodule update --init &&
53
+ python3 -m venv myenv &&
54
+ . myenv/bin/activate &&
53
55
pip3 install --quiet pre-commit &&
54
56
pre-commit run -a --show-diff-on-failure &&
55
57
pre-commit run --show-diff-on-failure -c .pre-commit-audit-config.yaml &&
69
71
workerType : ci
70
72
payload :
71
73
maxRunTime : 3600
72
- image : " rust:buster "
74
+ image : " rust:bookworm "
73
75
command :
74
76
- " /bin/bash"
75
77
- " -cx"
@@ -99,7 +101,7 @@ tasks:
99
101
workerType : ci
100
102
payload :
101
103
maxRunTime : 3600
102
- image : " rust:buster "
104
+ image : " rust:bookworm "
103
105
env :
104
106
CODECOV_TOKEN : 4df01912-087e-489a-be28-25aa911cb9d2
105
107
CARGO_INCREMENTAL : " 0"
You can’t perform that action at this time.
0 commit comments