Skip to content

Commit

Permalink
emboss: Update emboss to v2024.0809.170004
Browse files Browse the repository at this point in the history
Bug: 345526399
Change-Id: Ib5a3e3d8d7493dc7a4294220ddc9d81297089bf1
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/228562
Commit-Queue: David Rees <[email protected]>
Reviewed-by: Jason Graffius <[email protected]>
Lint: Lint 🤖 <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
  • Loading branch information
studgeek authored and CQ Bot Account committed Aug 12, 2024
1 parent 7f624d1 commit c75f089
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ http_archive(
# TODO: https://pwbug.dev/354747966 - Update the BCR version of Emboss.
git_repository(
name = "com_google_emboss",
# LINT.IfChange(emboss)
remote = "https://pigweed.googlesource.com/third_party/github/google/emboss",
# Also update emboss tag in pw_package/py/pw_package/packages/emboss.py
tag = "v2024.0718.173957",
tag = "v2024.0809.170004",
# LINT.ThenChange(/pw_package/py/pw_package/packages/emboss.py:emboss)
)
5 changes: 3 additions & 2 deletions pw_package/py/pw_package/packages/emboss.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ def __init__(self, *args, **kwargs):
super().__init__(
*args,
name="emboss",
# LINT.IfChange(emboss)
url=(
"https://pigweed.googlesource.com"
"/third_party/github/google/emboss"
),
# Also update emboss tag in pigweed/WORKSPACE
tag="v2024.0718.173957",
tag="v2024.0809.170004",
# LINT.ThenChange(/WORKSPACE:emboss)
**kwargs,
)

Expand Down

0 comments on commit c75f089

Please sign in to comment.