Skip to content

Commit f80403c

Browse files
Build sh commenting out some lines
1 parent 3fe6b21 commit f80403c

File tree

4 files changed

+1067
-8134
lines changed

4 files changed

+1067
-8134
lines changed

build.sh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
echo "Preparing Build"
33
rm -rf build/
44
mkdir build/
5+
56
# @todo: gRPC binding pulling and building?
67

7-
echo ""
8-
echo "Building Protobuf"
9-
./build-grpc.sh
8+
# echo ""
9+
# echo "Building Protobuf"
10+
# ./build-grpc.sh
1011

1112
# Build Package
1213
echo ""

0 commit comments

Comments
 (0)