Open Issues Need Help
View All on GitHub [FR]: Allow additional tools to be passed to `run_binary` about 1 month ago
enhancement help wanted
Common useful functions for writing BUILD files and Starlark macros/rules
Starlark
#aspect-build#bazel#bazel-rules
[Bug]: On Windows use `pushd` instead of `cd` about 2 months ago
AI Summary: This GitHub issue reports a potential bug in generated Windows `.bat` files, suggesting the use of `pushd` instead of `cd`. The concern is that `cd` might fail to change directories across different drives, whereas `pushd` would handle such scenarios correctly, potentially impacting build processes where source and build locations differ by drive. The issue points to `write_source_file.bzl` as a relevant location for this change.
Complexity:
3/5
bug help wanted windows
Common useful functions for writing BUILD files and Starlark macros/rules
Starlark
#aspect-build#bazel#bazel-rules
No zstd toolchain provided for Windows - blocks usage of downstream rulesets (e.g. rules_oci) on Windows 2 months ago
enhancement help wanted windows
Common useful functions for writing BUILD files and Starlark macros/rules
Starlark
#aspect-build#bazel#bazel-rules