Claudio Bley
Claudio Bley
Busybox provides a small, single binary that provides a complete set of POSIX tools.
* parameter lists are missing (see #33) * the sh_binaries functionality is not covered * publish documentation on a static Github pages site
**Describe the bug** Currently our release workflow is broken on CI, because of https://github.com/cgrindel/gha_join_jobs/issues/52 This causes the release tarball artifact to be missing. The artifact for release 0.11.1 has been...
Our cc wrapper was always using the system tools from a fixed location on Darwin, which is not hermetic (and can lead to problems when using nixpkgs) and requires the...
After #2117, since Bazel and the project dependencies use separate nixpkgs revisions, this adds support for Bazel 7. Supersedes #2107
**Is your feature request related to a problem? Please describe.** The docs mention: https://github.com/tweag/rules_haskell/blob/8a59b40b8208ec9b82b9ded914f8ade9e18946e8/docs/haskell-use-cases.rst?plain=1#L1203-L1206 But the referenced [issue](https://github.com/NixOS/nixpkgs/issues/16696) is long resolved. **Describe the solution you'd like** Check if the example...
Hi. I am trying to compile my project on Linux to Windows, arch is the same: x86_64. I have set the target triplet to `x86_64-windows-gnu`. I get linker error about...
**Describe the bug** Declaring a toolchain using the nix_haskell_toolchains.new extension with `nix_file_deps`: ```bazel nix_haskell_toolchains = use_extension( "@rules_haskell_nix//extensions:nix_haskell_toolchains.bzl", "nix_haskell_toolchains", ) nix_haskell_toolchains.new( attribute_path = "", ghcopts = GHC_OPTS, nix_file = "//nix:ghc.nix", nix_file_deps...
**Describe the bug** There are a few libraries that depend on internal C libraries packaged in another cabal package (depending on the OS / flags passed to cabal). For instance,...
### Description of the problem / feature request: The most basic cc hello world example produces a segfaulting binary on macos-12, when using rules_cc > 0.0.4. ### Bugs: what's the...