We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cc7098 commit 2622054Copy full SHA for 2622054
Dockerfile
@@ -37,7 +37,7 @@ RUN if [[ "${BUILD_TARGET}" == "protobuf" ]]; then \
37
echo "installing protobuf 3.1 dependency" && \
38
mkdir $TMPDIR/proto31 && cd $TMPDIR/proto31 && \
39
curl "https://git.archlinux.org/svntogit/packages.git/plain/trunk/PKGBUILD?h=packages/protobuf&id=fa8b9da391b26b6ace1941e9871a6416db74d67b" > ./PKGBUILD && \
40
- makepkg && sudo pacman --noconfirm -U *.pkg.tar.xz && \
+ makepkg --skipchecksums && sudo pacman --noconfirm -U *.pkg.tar.xz && \
41
cd $TMPDIR && git clone https://github.com/kwonoj/protobuf-emscripten && \
42
cd $TMPDIR/protobuf-emscripten/3.1.0 && \
43
sh autogen.sh && emconfigure ./configure && emmake make && \
0 commit comments