mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-11-09 20:57:26 +01:00
Merge pull request #675 from le91688/bump-flatcc-version
Bump flatcc version
This commit is contained in:
commit
e74c3c3259
@ -2,7 +2,7 @@ WORKDIR /usr/src
|
||||
|
||||
ARG GIT_VERSION=2.32.0
|
||||
ARG CMAKE_VERSION=3.21.1
|
||||
ARG FLATCC_VERSION=0.6.0
|
||||
ARG FLATCC_VERSION=07ae7dca8118f9ab6d900a7d4797881cab708ba6
|
||||
|
||||
# Image build scripts
|
||||
COPY \
|
||||
|
@ -14,10 +14,12 @@ fi
|
||||
|
||||
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
|
||||
|
||||
git reset --hard $FLATCC_COMMIT
|
||||
|
||||
cmake -DFLATCC_INSTALL=on && make install > /dev/null
|
||||
|
||||
./scripts/cleanall.sh
|
||||
|
@ -53,7 +53,7 @@ command:update-script() {
|
||||
fi
|
||||
}
|
||||
|
||||
help:update-image() {
|
||||
help:update-script() {
|
||||
echo "Update $0 from $FINAL_IMAGE ."
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user