Skip to content

Commit

Permalink
WIP towards 0.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Jul 17, 2019
1 parent 865ab85 commit 79db33e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile.bionic.0.8.0.avx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ WORKDIR ${WORKSPACE}

ADD https://github.com/weidai11/cryptopp/archive/CRYPTOPP_8_2_0.tar.gz ${WORKSPACE}

RUN rm -rf ${WORKSPACE}/cryptopp-CRYPTOPP_8_2_0

RUN tar xzvf ${WORKSPACE}/CRYPTOPP_8_2_0.tar.gz

RUN ls -la
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile.bionic.0.8.0.avx2
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ WORKDIR ${WORKSPACE}

ADD https://github.com/weidai11/cryptopp/archive/CRYPTOPP_8_2_0.tar.gz ${WORKSPACE}

RUN rm -rf ${WORKSPACE}/cryptopp-CRYPTOPP_8_2_0

RUN tar xzvf ${WORKSPACE}/CRYPTOPP_8_2_0.tar.gz

RUN ls -la
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile.bionic.0.8.0.sse2
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ WORKDIR ${WORKSPACE}

ADD https://github.com/weidai11/cryptopp/archive/CRYPTOPP_8_2_0.tar.gz ${WORKSPACE}

RUN rm -rf ${WORKSPACE}/cryptopp-CRYPTOPP_8_2_0

RUN tar xzvf ${WORKSPACE}/CRYPTOPP_8_2_0.tar.gz

RUN ls -la
Expand Down
2 changes: 2 additions & 0 deletions dockerfiles/Dockerfile.bionic.0.8.0.ssse3
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ WORKDIR ${WORKSPACE}

ADD https://github.com/weidai11/cryptopp/archive/CRYPTOPP_8_2_0.tar.gz ${WORKSPACE}

RUN rm -rf ${WORKSPACE}/cryptopp-CRYPTOPP_8_2_0

RUN tar xzvf ${WORKSPACE}/CRYPTOPP_8_2_0.tar.gz

RUN ls -la
Expand Down

0 comments on commit 79db33e

Please # to comment.