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
Using Northstar is currently hard. No clean versioning and due to it's only available via git there's no way to mirror it safely with cargo registry or vendor.
a task list item
In order to publish the crate the following things need to be resolved:
Replace the cgroups-rs git dependency with an release from crates.io. This is blocked by nix: #1690 because cgroups-rs build for Android is broken.
Check the cargo manifests and extend with readme etc...
Adjust versions to be the same across all crates in this workspace
Docker images shall be built from tag v.* instead of docker-*
crates
northstar: Northstar main. Take the example main. Think about removing the android specials
norhstar-runtime: Rename northstar to northstar-runtime
northstar-nstar: Rename toos/nstar to norhtstar-nstar. TOOD Rename the binary to nstar or keep northstar-nstar and a shell alias does the trick for lazy people
northstar-sextant Rename tools/sextant
northstar-seccomp Rename tools/seccomp-util to northstar-seccomp
The text was updated successfully, but these errors were encountered:
Using Northstar is currently hard. No clean versioning and due to it's only available via git there's no way to mirror it safely with
cargo registry
orvendor
.a task list item
In order to publish the crate the following things need to be resolved:
cgroups-rs
git dependency with an release from crates.io. This is blocked by nix: #1690 becausecgroups-rs
build for Android is broken.v.*
instead ofdocker-*
crates
northstar
: Northstar main. Take the examplemain
. Think about removing the android specialsnorhstar-runtime
: Renamenorthstar
tonorthstar-runtime
northstar-nstar
: Renametoos/nstar
tonorhtstar-nstar
. TOOD Rename the binary tonstar
or keepnorthstar-nstar
and a shell alias does the trick for lazy peoplenorthstar-sextant
Renametools/sextant
northstar-seccomp
Renametools/seccomp-util
tonorthstar-seccomp
The text was updated successfully, but these errors were encountered: