Merge pull request #675 from le91688/bump-flatcc-version

Bump flatcc version
This commit is contained in:
Matt McCormick 2022-03-28 21:02:37 -04:00 committed by GitHub
commit e74c3c3259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View File

@ -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=0.6.0 ARG FLATCC_VERSION=07ae7dca8118f9ab6d900a7d4797881cab708ba6
# Image build scripts # Image build scripts
COPY \ COPY \

View File

@ -14,10 +14,12 @@ fi
cd /usr/src cd /usr/src
git clone https://github.com/dvidelabs/flatcc.git flatcc -b v$FLATCC_VERSION --depth 1 git clone https://github.com/dvidelabs/flatcc.git
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

View File

@ -53,7 +53,7 @@ command:update-script() {
fi fi
} }
help:update-image() { help:update-script() {
echo "Update $0 from $FINAL_IMAGE ." echo "Update $0 from $FINAL_IMAGE ."
} }