Skip to content

pkgx: migrate to openssl@4#282586

Merged
BrewTestBot merged 2 commits into
mainfrom
openssl@4/pkgx
May 13, 2026
Merged

pkgx: migrate to openssl@4#282586
BrewTestBot merged 2 commits into
mainfrom
openssl@4/pkgx

Conversation

@cho-m

@cho-m cho-m commented May 13, 2026

Copy link
Copy Markdown
Member

Executable-only formula. Needs OpenSSL on Linux to build openssl-sys but not actually used actually transitive dependency that isn't used.

https://github.com/pkgxdev/pkgx/blob/main/crates/cli/Cargo.toml#L26-L30

[target.'cfg(not(target_os = "macos"))'.dependencies]
rusqlite = { workspace = true, features = ["bundled"] }
native-tls = { version = "0.2", features = ["vendored"] }
# ^^ this is a transitive dependency
# ^^ we vendor OpenSSL ∵ we want to be standalone and just work inside minimal docker images

@cho-m cho-m added the openssl-4-migration Related to switching to an OpenSSL 4 dependency label May 13, 2026
@github-actions github-actions Bot added the rust Rust use is a significant feature of the PR or issue label May 13, 2026
@cho-m cho-m added the ready to merge PR can be merged once CI is green label May 13, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions Bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 13, 2026
@BrewTestBot BrewTestBot enabled auto-merge May 13, 2026 22:11
@BrewTestBot BrewTestBot added this pull request to the merge queue May 13, 2026
Merged via the queue into main with commit 507ecbf May 13, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the openssl@4/pkgx branch May 13, 2026 22:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. openssl-4-migration Related to switching to an OpenSSL 4 dependency ready to merge PR can be merged once CI is green rust Rust use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants