We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eebad7d commit c7f5914Copy full SHA for c7f5914
.github/workflows/build_and_test_full.yml
@@ -5,6 +5,7 @@ on:
5
push:
6
branches:
7
- main
8
+ - grpc
9
env:
10
MLM_LICENSE_TOKEN: ${{ secrets.MLM_LICENSE_TOKEN }}
11
jobs:
.github/workflows/build_and_test_simple.yml
@@ -6,6 +6,7 @@ on:
branches-ignore:
- 'main'
- '[0-9]+.[0-9]+.[0-9]+'
+ - 'grpc'
12
CMakeLists.txt
@@ -170,6 +170,7 @@ if(WITH_OTLP_GRPC)
170
${GRPC_PACKAGE_NAME}
171
GIT_REPOSITORY ${GRPC_GIT_REPOSITORY}
172
GIT_TAG ${GRPC_GIT_TAG}
173
+ GIT_SUBMODULES_RECURSE OFF
174
PREFIX ${GRPC_PREFIX}
175
UPDATE_DISCONNECTED 1
176
PATCH_COMMAND ${GRPC_PATCH_CMD}
0 commit comments