Try slim image for building rayon
Some checks are pending
Core Repos/Rack/pipeline/head This commit looks good
Core Repos/Rack/pipeline/pr-master Build started...

This commit is contained in:
Cameron Cordes
2021-02-15 20:18:59 -05:00
parent 42d6211bc2
commit d73663d389

2
Jenkinsfile vendored
View File

@@ -1,6 +1,6 @@
pipeline { pipeline {
agent { agent {
docker { image 'rust:1.50.0-alpine' } docker { image 'rust:1.50.0-slim' }
} }
stages { stages {
stage('setup') { stage('setup') {