-
### Description of the problem / feature request:
I expect there to be no diference between the following, yet one works and the other doesn't.
https://gist.github.com/endobson/0c7335a469b5b23d478…
-
Hi, when I tried using the repo I got the following error but am not sure how to solve it since there is a `BUILD` file present in the directory where `dependencies.bzl` is located.
```
(08:24:34)…
-
### What happened?
I expect to get an error when `rules_py` can't find configured toolchain for the specified python version.
I also expect examples to pin minor version (e.g. `"3.10"`) instead of f…
-
### What happened?
With rules_js 1.42.1 (and aspect_bazel_lib 2.7.3) on Windows, running js_test targets fails due to a missing crypto DLL:
```
D:\workspace>bazel test //src/test --verbose_fail…
-
This issue is here to discuss issues with PATH when using bazel 7 as packaged in nix.
When packaging bazel_7, I removed the (`action_path` patch)[https://github.com/NixOS/nixpkgs/blob/1012b2a368b12…
layus updated
9 months ago
-
We already have `native_toolchain_c` in this repo, https://github.com/irondash/native_toolchain_rust, and https://pub.dev/packages/native_toolchain_go.
It would be cool to have a class `BazelBuilde…
-
### What version of Bun is running?
1.0.3+25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
```bash
mkdir…
-
I Would like to have an option for easy compilation of the Drogon in my Bazel project, something like:
**WORKSPACE.bazel**
```
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive"…
-
### Description of the feature request:
Bazel has builtin default paths for bash depending on operating system. They can be overridden by `--shell_executable`. When using remote execution towards mu…
-
We're using bazel (version:5.1.1) as a build tool for our C++ software and currently we're running into some problems.
1. We have some cc_tests that need to get coverage on the arm platform, our tool…