-
-
Notifications
You must be signed in to change notification settings - Fork 1
ci: add nix install action #327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
* Generated commit to update templated files based on rev a30e98e in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: NickLarsenNZ with message [Support for nix-shell] * ci: add nix action (stackabletech/operator-templating#327) * add niv dependencies --------- Co-authored-by: Nick Larsen <nick.larsen@stackable.tech>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving this as otherwise the build is broken. We can always improve things later on :)
crate2nix should respect the Cargo.lock. If anything I'd want CI to fail if regenerate-nix isn't a no-op. |
Ok cool. So the crate2nix and niv lockfile updates are still manually managed. |
The operator builds fail when they run
make -e publish
which calls thebuild
make target, which then callsregenerate-nix
target.@nightkr do we want the build to be
regenerating-nix
? Is it possible that the builds don't then use the versions/hashes in the committed lockfiles?