-
Notifications
You must be signed in to change notification settings - Fork 113
Please, wait, debug and make newly released Nix installer work for the CI setup #648
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
Comments
It is strategically the best chain of events and timing for this project. |
There most probably would be whole Nixpkgs rebuilds. Our CI now starts to recompile the whole stack. We need to wait while rollout stabilizes, then Hydra CI would compile the whole store and cache changes. That is a couple of days. |
On the Nth thought, the broken sandboxing unpurely bleads the env, so triggers the stack rebuild. |
Anton-Latukha
added a commit
that referenced
this issue
Jun 23, 2020
CI: refactor CI setup config Working gradually, need to test CI passage. Now when most docs are removed, it is more obvious where to reduce the NOTEs. Also synchronized the interface explicitness with what `build.sh` provides. Would test and maybe add a new build feature check. Working towards #645 and #637. Renamed `(GHCVERSION->compiler)` to correspond option with the `nix-build` and Nixpkgs Haskell Lib. --- In the middle of work Nix installer got a major release, so also includded a bigger CI refactoring to keep CI working #648
Anton-Latukha
added a commit
that referenced
this issue
Aug 14, 2020
CI: refactor CI setup config Working gradually, need to test CI passage. Now when most docs are removed, it is more obvious where to reduce the NOTEs. Also synchronized the interface explicitness with what `build.sh` provides. Would test and maybe add a new build feature check. Working towards #645 and #637. Renamed `(GHCVERSION->compiler)` to correspond option with the `nix-build` and Nixpkgs Haskell Lib. --- In the middle of work Nix installer got a major release, so also includded a bigger CI refactoring to keep CI working #648
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well, I was looking into a crystal ball in #641 (comment).
I was doing build tests in #647, and setup just broke because of the rollout of the Nix installer release.
New Nix installer release was awaited for a couple of years, from when Nix 2.0 was released there were no installer releases. macOS problems and Cachix version demands forced quick to update the installer release.
While they rolled-out and would debug it for some time - it broke our CI for the nearest time.
I would figure-out what is changed, and how to adjust to the new Nix installer.
The text was updated successfully, but these errors were encountered: