Skip to content

Commit 3bd7bfe

Browse files
committed
use release versioning
avoids problems with version pragmas and nightly versioning (which is assumed strictly less than the equivalent release version)
1 parent ffb56a8 commit 3bd7bfe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ RUN cd jsoncpp \
1919
WORKDIR /src/solidity/build
2020

2121
RUN git checkout v0.4.2
22+
23+
# don't use nightly versioning for releases
24+
RUN echo -n > ../prerelease.txt
25+
2226
RUN cmake -DCMAKE_BUILD_TYPE=Release \
2327
-DTESTS=1 \
2428
-DSTATIC_LINKING=1 \

0 commit comments

Comments
 (0)