-
**Is your feature request related to a problem? Please describe.**
When setting up the project different tools are used
- bash to run the shell scripts
- Bazel to build the app
there might b…
-
I've been working on trying to create a hermetic windows sdk. I have something like this:
```
# winsdk/BUCK
prebuilt_cxx_library(
name="advapi32",
visibility=["PUBLIC"],
header_…
-
### Description of the feature request:
I would like to pass a computed string to an arbitrary rule. If the string can only take a finite number of values, the problem can be solved by implementing…
-
CI: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/4254#019309f7-4e6d-48ec-bc59-50c384edbd54
Platform: Ubuntu
Logs:
```
FATAL: bazel crashed due to an internal error. Printing s…
-
### Background & motivation
This feature request captures the need to support Kurtosis packages published to private Github repositories. This may be a blocker for some folks.
### Desired behaviour
…
-
Test rules can return `testing.TestEnvironment` to include custom environment variables for when the test is run. This works, however, they are not visible in the action object that an analysis test s…
-
```
$ touch WORKSPACE
$ cat > BUILD
alias(
name = "t",
actual = select({":setting": ":a", "//conditions:default": None}),
)
config_setting(
name = "setting",
define_values = {"a…
-
Context: https://kurtosistech.slack.com/archives/C05DZ4UABDZ/p1699571012055539
-
I really like what this project was doing. I strongly dislike having to deal with the Android SDK outside of Bazel, and feel it should just be a dependency of the build. Did it run into problems beyon…
-
ytt uses `data.values.myKey` to reference a value and `data.values.` is always the prefix for the keys. So we can let ytt treats `data.values.` as the default prefix, and instead uses `.myKey` to refe…