Skip to content
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

Installation in low-resource environments #3068

Open
justinwoo opened this issue Aug 28, 2019 · 4 comments
Open

Installation in low-resource environments #3068

justinwoo opened this issue Aug 28, 2019 · 4 comments

Comments

@justinwoo
Copy link
Member

This is a follow-up on NixOS/nixpkgs#65717

I'm trying to install Nix on GitHub Actions and other like low-resource environments, and I'm trying to figure out how I should be going about installing Nix in these kinds of environments. Right now, I have something like a 20% chance of getting a segfault when installing Nix, so I would like to know if I should be using some other method than the installation script, using some version known to work that may be older, or simply using some method of retrying the installation many times.

Related discourse post here: https://discourse.nixos.org/t/installing-nix-on-github-actions/3810

@zimbatm
Copy link
Member

zimbatm commented Aug 28, 2019

The best thing would be if you could collect the coredump and attach it here so it can be debugged.

https://stackoverflow.com/a/12968632

@matthewbauer
Copy link
Member

Yeah a coredump is probably the best way to track this down. It looks like it's segfaulting on these lines:

Perhaps something in nix-channel is causing thsi.

@zimbatm
Copy link
Member

zimbatm commented Aug 28, 2019

In the discourse thread there are also a segfaults on nix-channel --update, it seems to be related.

@stale
Copy link

stale bot commented Feb 14, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the stale label Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants