Skip to content

Commit 2622054

Browse files
committed
fix(protobuf): skip checksum
1 parent 5cc7098 commit 2622054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN if [[ "${BUILD_TARGET}" == "protobuf" ]]; then \
3737
echo "installing protobuf 3.1 dependency" && \
3838
mkdir $TMPDIR/proto31 && cd $TMPDIR/proto31 && \
3939
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 && \
40+
makepkg --skipchecksums && sudo pacman --noconfirm -U *.pkg.tar.xz && \
4141
cd $TMPDIR && git clone https://github.com/kwonoj/protobuf-emscripten && \
4242
cd $TMPDIR/protobuf-emscripten/3.1.0 && \
4343
sh autogen.sh && emconfigure ./configure && emmake make && \

0 commit comments

Comments
 (0)