This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch cp-37817
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 990acb336f090903d38f03e9202c9eb833a258eb
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Thu Mar 12 17:55:48 2026 +0400

    Cherrypick #37817
---
 .github/workflows/beam_PreCommit_GoPortable.yml        | 4 +++-
 sdks/python/container/license_scripts/dep_urls_py.yaml | 4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_GoPortable.yml 
b/.github/workflows/beam_PreCommit_GoPortable.yml
index 1267ab60e3d..710f8ae62dd 100644
--- a/.github/workflows/beam_PreCommit_GoPortable.yml
+++ b/.github/workflows/beam_PreCommit_GoPortable.yml
@@ -38,6 +38,8 @@ env:
   DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
   GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GE_CACHE_USERNAME }}
   GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GE_CACHE_PASSWORD }}
+  # TODO(https://github.com/grpc/grpc/issues/37710): Remove once fixed.
+  GRPC_ENABLE_FORK_SUPPORT: '0'
 
 # Setting explicit permissions for the action to avoid the default permissions 
which are `write-all` in case of pull_request_target event
 permissions:
@@ -86,4 +88,4 @@ jobs:
       - name: Run goPortablePreCommit script
         uses: ./.github/actions/gradle-command-self-hosted-action
         with:
-          gradle-command: :goPortablePreCommit
\ No newline at end of file
+          gradle-command: :goPortablePreCommit
diff --git a/sdks/python/container/license_scripts/dep_urls_py.yaml 
b/sdks/python/container/license_scripts/dep_urls_py.yaml
index 8975bc67a2d..658c130e698 100644
--- a/sdks/python/container/license_scripts/dep_urls_py.yaml
+++ b/sdks/python/container/license_scripts/dep_urls_py.yaml
@@ -116,7 +116,7 @@ pip_dependencies:
   oauth2client:
     license: 
"https://raw.githubusercontent.com/googleapis/oauth2client/master/LICENSE";
   orjson:
-    license: "https://github.com/ijl/orjson/raw/master/LICENSE-APACHE";
+    license: 
"https://raw.githubusercontent.com/ijl/orjson/master/LICENSE-APACHE";
   pandas:
     license: 
"https://raw.githubusercontent.com/pandas-dev/pandas/master/LICENSE";
   pathlib2:
@@ -135,7 +135,7 @@ pip_dependencies:
   pyhamcrest:
     license: 
"https://raw.githubusercontent.com/hamcrest/PyHamcrest/master/LICENSE.txt";
   pyjsparser:
-    license: "https://github.com/PiotrDabkowski/pyjsparser/blob/master/LICENSE";
+    license: 
"https://raw.githubusercontent.com/PiotrDabkowski/pyjsparser/refs/heads/master/LICENSE";
   pymongo:
     license: 
"https://raw.githubusercontent.com/mongodb/mongo-python-driver/master/LICENSE";
   milvus-lite:

Reply via email to