#48136: build: use new 7z command line switch
Merged
Description of Change
Our Github Actions Windows runners were recently updated to https://github.com/actions/runner/releases/tag/v2.328.0. This ended up pulling in a newer version of 7zip which has changed the flag we use from -snld
to -snld20
: https://github.com/ip7z/7zip/releases/tag/25.01
Checklist
- PR description included and stakeholders cc'd
- PR release notes describe the change in a way relevant to app developers, and are capitalized, punctuated, and past tense.
Release Notes
Notes: none
Backports
37-x-y
MergedPR Number
#48138Merged At
Aug 21, 2025, 8:44:36 AM
Released In
v37.4.0Release Date
Aug 27, 2025, 12:19:29 PM
38-x-y
MergedPR Number
#48139Merged At
Aug 21, 2025, 8:44:04 AM
Released In
v38.0.0-beta.7Release Date
Aug 21, 2025, 9:16:16 AM
Semver Impact
Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.
Semantic Versioning helps users understand the impact of updates:
- Major (X.y.z): Breaking changes that may require code modifications
- Minor (x.Y.z): New features that maintain backward compatibility
- Patch (x.y.Z): Bug fixes that don't change the API
- None: Changes that don't affect using facing parts of Electron