From b09da88b2c5a4e1a65848d9abce969dc889c0dd2 Mon Sep 17 00:00:00 2001 From: t1amak Date: Tue, 9 Dec 2025 00:57:16 +0100 Subject: [PATCH] workflows changes 6 --- scripts/release/linux_x64/p2pool_linux_x64.sh | 2 +- scripts/release/macos_aarch64/p2pool_macos_aarch64.sh | 2 +- scripts/release/windows_x64/p2pool_windows_x64.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/release/linux_x64/p2pool_linux_x64.sh b/scripts/release/linux_x64/p2pool_linux_x64.sh index 67e51aa..2bdba8a 100755 --- a/scripts/release/linux_x64/p2pool_linux_x64.sh +++ b/scripts/release/linux_x64/p2pool_linux_x64.sh @@ -6,7 +6,7 @@ git fetch --jobs=$(nproc) CHECKOUT_REF=${P2POOL_CHECKOUT:-$2} echo "Checking out ${CHECKOUT_REF} (version label $2)" git checkout "$CHECKOUT_REF" -git submodule update --recursive --jobs $(nproc) +git -c submodule.external/src/grpc.update=none submodule update --recursive --jobs $(nproc) export TZ=UTC0 diff --git a/scripts/release/macos_aarch64/p2pool_macos_aarch64.sh b/scripts/release/macos_aarch64/p2pool_macos_aarch64.sh index 64ed777..502767a 100755 --- a/scripts/release/macos_aarch64/p2pool_macos_aarch64.sh +++ b/scripts/release/macos_aarch64/p2pool_macos_aarch64.sh @@ -6,7 +6,7 @@ git fetch --jobs=$(nproc) CHECKOUT_REF=${P2POOL_CHECKOUT:-$2} echo "Checking out ${CHECKOUT_REF} (version label $2)" git checkout "$CHECKOUT_REF" -git submodule update --recursive --jobs $(nproc) +git -c submodule.external/src/grpc.update=none submodule update --recursive --jobs $(nproc) export TZ=UTC0 diff --git a/scripts/release/windows_x64/p2pool_windows_x64.sh b/scripts/release/windows_x64/p2pool_windows_x64.sh index 8d2d7aa..22ee55b 100755 --- a/scripts/release/windows_x64/p2pool_windows_x64.sh +++ b/scripts/release/windows_x64/p2pool_windows_x64.sh @@ -13,7 +13,7 @@ git fetch --jobs=$(nproc) CHECKOUT_REF=${P2POOL_CHECKOUT:-$2} echo "Checking out ${CHECKOUT_REF} (version label $2)" git checkout "$CHECKOUT_REF" -git submodule update --recursive --jobs $(nproc) +git -c submodule.external/src/grpc.update=none submodule update --recursive --jobs $(nproc) export TZ=UTC0