Marcel
Marcel
### Bug Report Trying to install [Oryx Devcontainer Feature](https://github.com/devcontainers/features/blob/main/src/oryx/install.sh) (after removing the [explicit check for `jammy`](https://github.com/devcontainers/features/blob/a771e8cb426961dadb6312d857ea272b711714b3/src/oryx/install.sh#L100-L104)), results in the following failure: ``` MSBuild version 17.4.8+6918b863a for .NET Determining projects to...
**What type of PR is this?** Bug fix **What package or component does this PR mostly affect?** language/go **What does this PR do? Why is it needed?** See issue. **Which...
Newer versions of `actions/cache` have resolved previous issues. Prefer this over third party actions.
In order to reduce maintenance and increase the number of users of [devcontainer features](https://containers.dev/features) (from https://github.com/devcontainers/features and https://github.com/devcontainers-contrib/features) it would be great if the provided official images would the base...
It would be great if Bazel toolchains could be used to run the actual build instead of building via make/ninja. It could work the following way: ``` # CMakeLists.txt add_library(example_lib...
### What happened? As `rules_jvm_external` version 6.0 uses `use_repo_rule` which has only been introduced in Bazel 7, it should explicitly require Bazel 7 in order to show a clear and...
Instead of having the same functionality twice, re-use that code.
Add tool to expand the JSON with the actual license text. This allows copying a self-containing JSON with all relevant information to some other machine or tool without access to...
Is it possible to extend the aspect such that third party license information would be automatically populated? For example [`pip_parse`](https://github.com/bazelbuild/rules_python#using-a-workspace-file-1) should expose the Python license meta information ([`setup.py license=`](https://packaging.python.org/en/latest/guides/distributing-packages-using-setuptools/#license), [`pyproject.toml...
## Expected Behavior All examples work. ## Actual Behavior ``` $ bazel test //examples/manifest:main_test ERROR: /workspaces/rules_license/examples/manifest/BUILD:25:15: in cmd attribute of genrule rule //examples/manifest:gen_main_manifest: label '//examples/manifest:main_manifest' in $(locations) expression expands to...