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
containers:
- name: rust-ci
image: rust:1.92-bookworm
image: rust:1.92-slim-bookworm
command: ["cat"]
tty: true
resources:
@ -91,8 +91,10 @@ spec:
apt-get update
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
python3 \
build-essential \
curl \
file \
git \
clang \
llvm \
pkg-config \