Bump dependencies#2521
Open
mkeeter wants to merge 2 commits into
Open
Conversation
5d5473c to
7d97b1d
Compare
Member
hub_pack_, or hub_tools_? I think you meant hubtools... |
Collaborator
Author
|
I did mean |
hawkw
approved these changes
May 20, 2026
Contributor
|
CC @labbott - this PR requires a RoT group signoff because it touches |
labbott
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I ran into a similar issue as #2480, because
tlvcandtlvc-textspecified versions which are no longer at the tip of the repo. After bumping them, a bunch of other stuff broke, so I bumped it as well!The only logic change is that we're now building the initial Hubris archive with
bzip2compression (instead ofdeflate). This doesn't change the end result, becausehubpackwas modifying our archives (e.g. adding a caboose) and already usedbzip2compression when writing them back. It does let us remove a few dependencies by removing thedeflatefeature fromzip.