Skip to content
This repository was archived by the owner on Feb 12, 2019. It is now read-only.

Commit 6a81754

Browse files

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,11 @@ RUN cd jsoncpp \
1818

1919
WORKDIR /src/solidity/build
2020

21-
RUN git checkout v0.4.2
21+
ENV RELEASE_TAG v0.4.2
22+
23+
RUN git checkout $RELEASE_TAG
24+
# https://github.com/ethereum/solidity/blob/3b6e131d852eab0c74260d9ca5c7a11501265da1/cmake/scripts/buildinfo.cmake#L22-L26
25+
RUN touch ../prerelease.txt
2226
RUN cmake -DCMAKE_BUILD_TYPE=Release \
2327
-DTESTS=1 \
2428
-DSTATIC_LINKING=1 \

0 commit comments

Comments
 (0)