Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3364691
D4686.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
446 B
Referenced Files
None
Subscribers
None
D4686.diff
View Options
diff --git a/services/base-image/docker/install_grpc.sh b/services/base-image/docker/install_grpc.sh
--- a/services/base-image/docker/install_grpc.sh
+++ b/services/base-image/docker/install_grpc.sh
@@ -6,7 +6,11 @@
cd /tmp
-git clone --recurse-submodules -b v1.39.1 https://github.com/grpc/grpc
+git clone \
+ --recurse-submodules \
+ --single-branch \
+ -b v1.39.1 \
+ https://github.com/grpc/grpc
pushd grpc
mkdir -p cmake/build
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 26, 4:39 AM (21 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2582967
Default Alt Text
D4686.diff (446 B)
Attached To
Mode
D4686: [Chore] Only checkout single-branch for grpc
Attached
Detach File
Event Timeline
Log In to Comment