Skip to content
This repository was archived by the owner on Dec 8, 2021. It is now read-only.

Commit 8cdfae4

Browse files
authored
ci: fix generated crc32c version (#259)
1 parent 8b6b9a7 commit 8cdfae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/templates/kokoro/docker-fragments.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ _EOF_
6161
read_into_variable INSTALL_CRC32C_FROM_SOURCE <<'_EOF_'
6262
WORKDIR /var/tmp/build
6363
RUN wget -q https://github.com/google/crc32c/archive/1.1.0.tar.gz && \
64-
tar -xf 1.1,0.tar.gz && \
64+
tar -xf 1.1.0.tar.gz && \
6565
cd crc32c-1.1.0 && \
6666
cmake \
6767
-DCMAKE_BUILD_TYPE=Release \

0 commit comments

Comments
 (0)