Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Actually test packages, before stabilizing them #19

Description

@Mythra

Found out with some dependency upgrades, that bridgectl started requiring libssl to be installed because of default-features in reqwest. Now this is okay for now, as packages aren't actually stable, and ready to be truly used anyway. I've also disabled the features in reqwest in my PCFS branch so that way packages will go back to only depending on libc & libgcc for now.

However, it does bring up a point, that we never actually validate the packages, 'just work' (e.g. do we need to do anything special for mac/windows packaging w.r.t dependencies?; not last i checked, but maybe my testbeds just happened to have the correct things installed).

As a result at some point before publishing packages, we should actually validate installed packages work, and that they work in PR's (incase anyone's new dependencies introduce libraries in the binaries that need to be added).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions