File tree Expand file tree Collapse file tree 2 files changed +16
-17
lines changed
Expand file tree Collapse file tree 2 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 11# We need gcc 8 for filesystem support
2- FROM alpine:edge
2+ FROM alpine:3.12
33
44RUN apk add -U libtool automake g++ boost-dev boost-static git cmake make readline-dev musl-dev
Original file line number Diff line number Diff line change @@ -133,22 +133,21 @@ pipeline {
133133 buildOMS()
134134 }
135135 }
136- // Disable until working
137- // stage('alpine') {
138- // agent {
139- // dockerfile {
140- // additionalBuildArgs '--pull'
141- // dir '.CI/alpine'
142- // label 'linux'
143- // }
144- // }
145- // environment {
146- // OMSFLAGS = "OMTLM=OFF"
147- // }
148- // steps {
149- // buildOMS()
150- // }
151- // }
136+ stage(' alpine' ) {
137+ agent {
138+ dockerfile {
139+ additionalBuildArgs ' --pull'
140+ dir ' .CI/alpine'
141+ label ' linux'
142+ }
143+ }
144+ environment {
145+ OMSFLAGS = " OMTLM=OFF"
146+ }
147+ steps {
148+ buildOMS()
149+ }
150+ }
152151 stage(' linux32' ) {
153152 agent {
154153 dockerfile {
You can’t perform that action at this time.
0 commit comments