ci: slim lesavka rust test agent

This commit is contained in:
Brad Stein 2026-05-16 21:47:00 -03:00
parent c4e165f376
commit 0965bc5d27

4
Jenkinsfile vendored
View File

@ -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 \