-
Notifications
You must be signed in to change notification settings - Fork 320
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
Publish tweag/[email protected] #1022
Conversation
73b3469
to
71e3e1a
Compare
CI failed on presubmit.yml with
To meaningfully test rules_nixpkgs I need to install the Nix package manager. Is there any way to achieve this on CI? |
f7b2400
to
e6b787d
Compare
e6b787d
to
8ab0739
Compare
@aherrmann Looking at CI, this seems stuck on an interactive prompt. Edit: I cancelled it to free resources. |
The Nix installer should work headless, but there seems to be something in the CI setup that confuses it.
1c1f3b9
to
007596e
Compare
The shell configured on CI seems to disregard ~/.profile.
59bea59
to
5197345
Compare
It took a bit of tweaking, but CI is now green. |
* Publish tweag/[email protected] * presubmit.yml use sudo to run apt * Use Nix installer * Apply `yes |` The Nix installer should work headless, but there seems to be something in the CI setup that confuses it. * Install Nix in single user mode * Set PATH manually. The shell configured on CI seems to disregard ~/.profile.
No description provided.