Skip to content
This repository was archived by the owner on Sep 30, 2024. It is now read-only.

Commit 3c62a1e

Browse files
Update p4 to 1.12
- reference issue: #44030
1 parent 9892995 commit 3c62a1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/gitserver/p4-fusion-install-alpine.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ set -x
3838
# Then extract the binary from /usr/local/bin/p4-fusion. Please rename it
3939
# follow the format and upload to the bucket here
4040
# https://console.cloud.google.com/storage/browser/sourcegraph-artifacts/p4-fusion
41-
export P4_FUSION_VERSION=v1.11
41+
export P4_FUSION_VERSION=v1.12
4242

4343
# Runtime dependencies
4444
echo "--- p4-fusion apk runtime-deps"
@@ -49,7 +49,7 @@ echo "--- p4-fusion prebuilt binary check"
4949
if wget https://storage.googleapis.com/sourcegraph-artifacts/p4-fusion/p4-fusion-"$P4_FUSION_VERSION"-musl-x86_64; then
5050
src=p4-fusion-"$P4_FUSION_VERSION"-musl-x86_64
5151
cat <<EOF | grep "$src" | sha256sum -c
52-
98c4991b40cdd0e0cad2fd5fdbe9f8ff56901415dd1684aed5b4531fc49ab79e p4-fusion-v1.11-musl-x86_64
52+
1b29ef8ba40f88219aece4339bfaf1b2c1722dd4875ba29d19a6fb0c86e12145 p4-fusion-v1.12-musl-x86_64
5353
EOF
5454
chmod +x "$src"
5555
mv "$src" /usr/local/bin/p4-fusion

0 commit comments

Comments
 (0)