Skip to content

Commit

Permalink
build sequence fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kraynyukhov committed Jul 16, 2018
1 parent 38f1b97 commit b7e2606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inDockerBuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "${VERSION}x" != "x" ]
then

(cd ../ITCLib && git pull) && (cd ../ITCFramework && git pull) && \
(cd ../utils && git pull) && git pull && make CONF=Release.AVX2 install-examples clone-luajit clone-libressl && \
(cd ../utils && git pull) && git pull && make CONF=Release.AVX2 clean build install-examples clone-luajit clone-libressl && \
make build-deb && mv /opt/distrib/lapps-${VERSION}-amd64.deb /opt/lapps/packages/


Expand Down
2 changes: 1 addition & 1 deletion inDockerBuild.ssse3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "${VERSION}x" != "x" ]
then

(cd ../ITCLib && git pull) && (cd ../ITCFramework && git pull) && \
(cd ../utils && git pull) && git pull && make CONF=Release.GENERIC install-examples clone-luajit clone-libressl && \
(cd ../utils && git pull) && git pull && make CONF=Release.GENERIC clean build install-examples clone-luajit clone-libressl && \
make build-deb && mv /opt/distrib/lapps-${VERSION}-amd64.deb /opt/lapps/packages/

fi

0 comments on commit b7e2606

Please # to comment.