Claudio Bley

Results 293 comments of Claudio Bley

Seems like this is failing because of https://github.com/tweag/rules_nixpkgs/issues/461 -- are there any other blockers?

Note, the official go SDK is statically linked for linux x86_64 (at least the latest version 1.22) and does run unchanged on NixOS. It might just work to request /...

Ideally, we should strive to support (and test) the recent stable GHC [releases](https://www.haskell.org/ghc/download.html): > Current Stable Releases > > * [9.8.1](https://www.haskell.org/ghc/download_ghc_9_8_1.html) > * [9.6.3](https://www.haskell.org/ghc/download_ghc_9_6_3.html) > * [9.4.8](https://www.haskell.org/ghc/download_ghc_9_4_8.html) > * [9.2.8](https://www.haskell.org/ghc/download_ghc_9_2_8.html)...

> is this one done now or is there still work remaining here? We want to also support GHC 9.8 and eventually remove GHC 9.2 from testing since it is...

This seems to be a bit flaky, as this does not happen very often. Seems like the bazel processes get killed: ``` Exit Code: ExitFailure (-9) ``` Maybe this is...

I tracked this down to how the `darwinCC` in rules_nixpkgs_cc is constructed: tools from different toolchains are mixed (stdenv.cc and darwin.cctools based on llvm) and this seems to cause trouble....

> Can we close this issue or do you think that there is more work to do here? @cgrindel Maybe we should upgrade rules_nixpkgs to a revision that has this...

> That is a good idea. Should we create a separate issue to track? :+1: done: https://github.com/tweag/rules_haskell/issues/2119