Merge pull request #701 from le91688/bump-dockcross-release

bump to new release of flatcc
This commit is contained in:
Bensuperpc 2022-05-25 09:02:59 +02:00 committed by GitHub
commit 334924d866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -2,7 +2,7 @@ WORKDIR /usr/src
ARG GIT_VERSION=2.32.0
ARG CMAKE_VERSION=3.21.1
ARG FLATCC_VERSION=d90ed18ad09824297ffd5fbc578ccb1666d13890
ARG FLATCC_VERSION=0.6.1
# Image build scripts
COPY \

View File

@ -14,12 +14,10 @@ fi
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
git reset --hard $FLATCC_COMMIT
cmake -DFLATCC_INSTALL=on && make install > /dev/null
./scripts/cleanall.sh