Yves-Stan Le Cornec
Yves-Stan Le Cornec
!ci-build-me
Thanks for the PR, One issue (that should not be too hard to fix) is that the `ctx.attr.main_file` attribute only exists for `haskell_binary` rules (and not `haskell_library`) but the `build_haskell_modules`...
Hi, I think this issue may have been fixed by PR #1702. Could you try setting the commit of the above `git_repository` rule to the current head of rules_haskell: `df5aeb7169021d88ef7bdf2a1d7655838cd1b375`...
I don't think there is a way to directly add to the PATH at the moment. One other thing to try would be to declare an hermetic python toolchain using...
I think I agree. If we want to add Bazel as an option for building without changing the `#includes` (I was told that in general this brings more problems than...
As an additional data point, it looks like this is even more of a problem for platforms not supported by `go_default_sdk`. On NixOS in particular, downloaded binaries do not work...
If it can help, I did some experiments here: https://github.com/ylecornec/rules_go/commit/958b568c108ba931b1396159dc82064dadd74fa8 and managed to setup gazelle on a project compatible with both NixOS and Ubuntu. In this POC: - The `go_sdk`...
Thanks, I split it into two parts and opened these PRs: - https://github.com/bazelbuild/rules_go/pull/3543 - https://github.com/bazelbuild/rules_go/pull/3546.