ci: slim lesavka rust test agent
This commit is contained in:
parent
c4e165f376
commit
0965bc5d27
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -31,7 +31,7 @@ spec:
|
|||||||
- titan-19
|
- titan-19
|
||||||
containers:
|
containers:
|
||||||
- name: rust-ci
|
- name: rust-ci
|
||||||
image: rust:1.92-bookworm
|
image: rust:1.92-slim-bookworm
|
||||||
command: ["cat"]
|
command: ["cat"]
|
||||||
tty: true
|
tty: true
|
||||||
resources:
|
resources:
|
||||||
@ -91,8 +91,10 @@ spec:
|
|||||||
apt-get update
|
apt-get update
|
||||||
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||||
python3 \
|
python3 \
|
||||||
|
build-essential \
|
||||||
curl \
|
curl \
|
||||||
file \
|
file \
|
||||||
|
git \
|
||||||
clang \
|
clang \
|
||||||
llvm \
|
llvm \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user