mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
bump to new release of flatcc, use version tags
This commit is contained in:
parent
76b144947e
commit
014fd62f30
@ -2,7 +2,7 @@ WORKDIR /usr/src
|
|||||||
|
|
||||||
ARG GIT_VERSION=2.32.0
|
ARG GIT_VERSION=2.32.0
|
||||||
ARG CMAKE_VERSION=3.21.1
|
ARG CMAKE_VERSION=3.21.1
|
||||||
ARG FLATCC_VERSION=d90ed18ad09824297ffd5fbc578ccb1666d13890
|
ARG FLATCC_VERSION=0.6.1
|
||||||
|
|
||||||
# Image build scripts
|
# Image build scripts
|
||||||
COPY \
|
COPY \
|
||||||
|
@ -14,12 +14,10 @@ fi
|
|||||||
|
|
||||||
cd /usr/src
|
cd /usr/src
|
||||||
|
|
||||||
git clone https://github.com/dvidelabs/flatcc.git
|
git clone https://github.com/dvidelabs/flatcc.git -b v$FLATCC_VERSION
|
||||||
|
|
||||||
cd flatcc
|
cd flatcc
|
||||||
|
|
||||||
git reset --hard $FLATCC_COMMIT
|
|
||||||
|
|
||||||
cmake -DFLATCC_INSTALL=on && make install > /dev/null
|
cmake -DFLATCC_INSTALL=on && make install > /dev/null
|
||||||
|
|
||||||
./scripts/cleanall.sh
|
./scripts/cleanall.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user