Skip to content

Commit

Permalink
Update pigweed to latest master
Browse files Browse the repository at this point in the history
  • Loading branch information
arkq committed Oct 22, 2024
1 parent 6582953 commit 2f22242
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated 853 files
4 changes: 2 additions & 2 deletions third_party/pigweed/update.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2f22242

Please sign in to comment.