Improve Jenkins tests

This commit is contained in:
retropikzel 2026-07-04 11:18:54 +03:00
parent c4e7447cd1
commit f61f42316d
2 changed files with 3 additions and 1 deletions

View File

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

1
Jenkinsfile vendored
View File

@ -4,6 +4,7 @@ pipeline {
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}"
reuseNode true
}
}