Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump pigweed from 1f12d06 to bbcdd74 #33611

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/setup/python.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"path": "infra/3pp/tools/cpython3/${platform}",
"platforms": ["mac-amd64", "windows-amd64"],
"tags": ["version:2@3.9.5.chromium.19"]
"tags": ["version:2@3.11.9.chromium.35"]
}
]
}
2 changes: 1 addition & 1 deletion third_party/pigweed/repo
Submodule repo updated 1569 files
4 changes: 2 additions & 2 deletions third_party/pigweed/update.sh
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
Loading