Skip to content

Commit

Permalink
use release versioning
Browse files Browse the repository at this point in the history
avoids problems with version pragmas and nightly versioning (which is
assumed strictly less than the equivalent release version)
  • Loading branch information
rainbreak committed Oct 5, 2016
1 parent ffb56a8 commit 3bd7bfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ RUN cd jsoncpp \
WORKDIR /src/solidity/build

RUN git checkout v0.4.2

# don't use nightly versioning for releases
RUN echo -n > ../prerelease.txt

RUN cmake -DCMAKE_BUILD_TYPE=Release \
-DTESTS=1 \
-DSTATIC_LINKING=1 \
Expand Down

0 comments on commit 3bd7bfe

Please sign in to comment.