You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Windows CI, we rely on vcpkg for dependencies, including libHSPlasma, which means we end up grabbing the last tagged version that was added to vcpkg rather than grabbing the latest from git.
For Linux, we clone and build libHSPlasma ourselves as part of the CI process.
My thoughts are:
It would be nice to be consistent and use vcpkg everywhere
We do probably want PlasmaShop using latest libHSPlasma
(as an aside from this particular issue, but in the same vein) It would be nice to have macOS CI
The text was updated successfully, but these errors were encountered:
For Windows CI, we rely on vcpkg for dependencies, including libHSPlasma, which means we end up grabbing the last tagged version that was added to vcpkg rather than grabbing the latest from git.
For Linux, we clone and build libHSPlasma ourselves as part of the CI process.
My thoughts are:
The text was updated successfully, but these errors were encountered: