From 4c5b55ae21e1c387b44c46127f7278ee7b7939de Mon Sep 17 00:00:00 2001 From: Arkadiusz Bokowy Date: Tue, 22 Oct 2024 08:59:23 +0200 Subject: [PATCH] Update pigweed to latest master --- third_party/pigweed/repo | 2 +- third_party/pigweed/update.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 third_party/pigweed/update.sh diff --git a/third_party/pigweed/repo b/third_party/pigweed/repo index d5fcc90b39ee75..a4636bc83d6905 160000 --- a/third_party/pigweed/repo +++ b/third_party/pigweed/repo @@ -1 +1 @@ -Subproject commit d5fcc90b39ee7568855390535fa854cea8f33c95 +Subproject commit a4636bc83d6905cb252a65d19eab4ec2478af42b diff --git a/third_party/pigweed/update.sh b/third_party/pigweed/update.sh old mode 100644 new mode 100755 index c8dd96862d7285..b15e967930577b --- a/third_party/pigweed/update.sh +++ b/third_party/pigweed/update.sh @@ -3,8 +3,8 @@ # Update the submodule. cd "$(dirname "${BASH_SOURCE[0]}")/repo" -git fetch origin master -git checkout origin/master +git fetch origin main +git checkout origin/main # Copy the CIPD manifest but change the Python line so we don't use CIPD # Python on Linux.