Fix Jenkins tests

This commit is contained in:
retropikzel 2026-07-04 12:54:24 +03:00
parent 23789437f6
commit 5c18870c7f
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
FROM schemers/chibi:head
RUN apt-get update && apt-get install -y \
gcc ca-certificates libffi-dev docker.io make
ARG timestamp=0
RUN snow-chibi install --impls=chibi --always-yes retropikzel.test-r7rs && echo "${timestamp}"
RUN snow-chibi install --impls=chibi --always-yes retropikzel.test-r7rs

3
Jenkinsfile vendored
View File

@ -3,8 +3,7 @@ pipeline {
dockerfile {
label 'docker-x86_64'
filename 'Dockerfile.jenkins'
args '--user=root --privileged -v /var/run/docker.sock:/var/run/docker.sock'
additionalBuildArgs "--build-arg timestamp=${currentBuild.startTimeInMillis}"
args '-t --user=root --privileged -v /var/run/docker.sock:/var/run/docker.sock'
reuseNode true
}
}