File tree Expand file tree Collapse file tree
sdks/python/container/license_scripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
3939 GRADLE_ENTERPRISE_CACHE_USERNAME : ${{ secrets.GE_CACHE_USERNAME }}
4040 GRADLE_ENTERPRISE_CACHE_PASSWORD : ${{ secrets.GE_CACHE_PASSWORD }}
41+ # TODO(https://github.com/grpc/grpc/issues/37710): Remove once fixed.
42+ GRPC_ENABLE_FORK_SUPPORT : ' 0'
4143
4244# Setting explicit permissions for the action to avoid the default permissions which are `write-all` in case of pull_request_target event
4345permissions :
8688 - name : Run goPortablePreCommit script
8789 uses : ./.github/actions/gradle-command-self-hosted-action
8890 with :
89- gradle-command : :goPortablePreCommit
91+ gradle-command : :goPortablePreCommit
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ pip_dependencies:
116116 oauth2client :
117117 license : " https://raw.githubusercontent.com/googleapis/oauth2client/master/LICENSE"
118118 orjson :
119- license : " https://github. com/ijl/orjson/raw /master/LICENSE-APACHE"
119+ license : " https://raw.githubusercontent. com/ijl/orjson/master/LICENSE-APACHE"
120120 pandas :
121121 license : " https://raw.githubusercontent.com/pandas-dev/pandas/master/LICENSE"
122122 pathlib2 :
@@ -135,7 +135,7 @@ pip_dependencies:
135135 pyhamcrest :
136136 license : " https://raw.githubusercontent.com/hamcrest/PyHamcrest/master/LICENSE.txt"
137137 pyjsparser :
138- license : " https://github. com/PiotrDabkowski/pyjsparser/blob /master/LICENSE"
138+ license : " https://raw.githubusercontent. com/PiotrDabkowski/pyjsparser/refs/heads /master/LICENSE"
139139 pymongo :
140140 license : " https://raw.githubusercontent.com/mongodb/mongo-python-driver/master/LICENSE"
141141 milvus-lite :
You can’t perform that action at this time.
0 commit comments