mirror of
https://github.com/bensuperpc/dockcross.git
synced 2024-12-22 16:24:27 +01:00
common.webassembly: Bump binaryen to 2022-12-17
Also need --recursive for gtest.
This commit is contained in:
parent
e913a7f1d6
commit
bd2dc69d7d
@ -2,9 +2,9 @@
|
|||||||
#
|
#
|
||||||
# Common WebAssembly tools.
|
# Common WebAssembly tools.
|
||||||
|
|
||||||
# main 2021-12-31
|
# main 2022-12-27
|
||||||
ENV BINARYEN_GIT_TAG 6137b338c7fb37ba98b63c31225ec9cfda8cfa59
|
ENV BINARYEN_GIT_TAG cec66beba45668dbad74abd2396bb80d33595ff0
|
||||||
RUN git clone https://github.com/WebAssembly/binaryen.git && \
|
RUN git clone --recursive https://github.com/WebAssembly/binaryen.git && \
|
||||||
cd binaryen && \
|
cd binaryen && \
|
||||||
git checkout ${BINARYEN_GIT_TAG} && \
|
git checkout ${BINARYEN_GIT_TAG} && \
|
||||||
cd ../ && \
|
cd ../ && \
|
||||||
|
Loading…
Reference in New Issue
Block a user