Claudio Bley
Claudio Bley
Hi. I took a stab at fixing issue #670 where a path to an exe is constructed which might refer to a directory, so trying to spawn a process using...
In our project I declared an action: ```starlark nix_build = cmd_args([ "nix", "build", "--no-update-lock-file", "--no-use-registries", cmd_args("--out-link", out_link.as_output()), cmd_args(drv, format = "{}^*"), ], hidden = deps) ctx.actions.run(nix_build, category = "nix_build", identifier...
- Move terminal width implementation to C - ninja: No longer skip scala-native windows sources - ninja: Link to dbghelp when platform is Windows - ninja: Monkey patch windows/time.c -...
**Describe the bug** I noticed that the nix remote CI jobs (`withNixRemote = true`) actually don't run remotely since the `NIX_REMOTE_ENABLED` variable which is checked here: https://github.com/tweag/rules_nixpkgs/blob/c1afab1763a238bad08a76bb91a12eb9ac2acecc/.github/workflows/workflow.yaml#L60-L63 is actually set...
I am currently trying to use nativelink 0.5.1 with buck2. It works fine when building our backend, but building the frontend on MacOS aarch64 never finishes since it is stuck...
- **Pass correct rpath origin setting to linker on Darwin** - **Add `cxx_merge_cpreprocessors_actions` function with `AnalysisActions` parameter** - **Add script to generate target metadata for Haskell** - **Add ghc wrapper...
(except for Bazel 6) Fixes #2237
**Is your feature request related to a problem? Please describe.** Asterius is deprecated and no longer worked on, in favor of the official GHC WebAssembly backend. See [announcement blog post](https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc/),...
**Describe the bug** The test module run for PR https://github.com/bazelbuild/bazel-central-registry/pull/3288 fails on Windows: ``` C:/b/bk-windows-j20f/bazel-org-repo-root/output/rules_sh-0.5.0/tests/sh_binaries/BUILD.bazel:3:23: Executing genrule //sh_binaries:genrule failed: (Exit 127): bash.exe failed: error executing Genrule command (from target //sh_binaries:genrule)...
- [x] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines ## steps In a Play project I tried to upgrade SBT from 1.1.4 to 1.1.5, simply changing the `sbt.version` in `project/build.properties`. Then, in...