File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -150,15 +150,11 @@ pipeline {
150
150
dockerfile {
151
151
dir ' package'
152
152
filename ' Dockerfile.ubuntu-bionic'
153
+ reuseNode true
153
154
}
154
155
}
155
156
steps {
156
157
sh '''
157
- curl --location --output k-nightly-bionic.deb "https://github.com/kframework/k/releases/download/nightly-$K_NIGHTLY/kframework_5.0.0_amd64_bionic.deb"
158
- pwd
159
- ls
160
- echo $USER
161
- apt install --yes ./k-nightly-bionic.deb
162
158
cp -r package/debian ./
163
159
dpkg-buildpackage --no-sign
164
160
apt install --yes ../kevm_*.deb
Original file line number Diff line number Diff line change @@ -11,3 +11,6 @@ RUN apt update
11
11
libssl-dev pandoc pkg-config protobuf-compiler
12
12
13
13
RUN curl -sSL https://get.haskellstack.org/ | sh -s - -f
14
+
15
+ ADD https://github.com/kframework/k/releases/download/nightly-$K_NIGHTLY/kframework_5.0.0_amd64_bionic.deb kframework_5.0.0_amd64_bionic.deb
16
+ RUN apt install --yes kframework_5.0.0_amd64_bionic.deb
You can’t perform that action at this time.
0 commit comments