- Mar 10, 2025
-
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
This makes linters not complain about unused modules.
-
Tomer Shterenberg authored
-
Tomer Shterenberg authored
-
- Mar 07, 2025
-
-
Alex Tercete authored
-
Alex Tercete authored
The `@python_versions//3.11:defs.bzl` has been deprecated since version 1.1.0.
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
-
- Mar 06, 2025
-
-
Tomer Shterenberg authored
-
Tomer Shterenberg authored
-
- Mar 05, 2025
-
-
Tomer Shterenberg authored
-
Tomer Shterenberg authored
-
- Feb 19, 2025
-
-
Alex Tercete authored
We don't run the Docker tests in CI, they're only there for reference, so `examples/` is a better place for it.
-
Alex Tercete authored
`ctx.label.repo_name` is empty in some situations, so we need to use an external label instead. Introduced in 7633740e.
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
Refs: 978c3940.
-
Alex Tercete authored
The test suites also changed so that we can run tests for different CPUs easily. CI also needs to change as we only run QEMU tests in some occasions.
-
- Feb 18, 2025
-
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
-
Alex Tercete authored
-
- Feb 13, 2025
-
-
Sebastian Birunt authored
The `apt` extension can install Debian packages. This reduces significantly passed `srcs` to `debian_patchelf` rules as also hugely reduces the maintenance.
-
- Feb 05, 2025
-
-
-
Alex Tercete authored
`runfiles.Rlocation(path)` can sometimes return `None`, so we need to handle that case in addition to checking if the path exists.
-
-
- Feb 04, 2025
-
-
Alex Tercete authored
The dependency on `rules_diff` was causing an error when trying to consume the public targets externally. Related to #34.
-
- Jan 31, 2025
-
-
-
Alex Tercete authored
Otherwise, `qemu` runs regardless of whether the `.pre` stage completes succesfully, causing a waste of CI resources.
-
Alex Tercete authored
No change in behaviour, just better naming.
-
- Jan 30, 2025
-
-
Alex Tercete authored
It's more flexible to use eligible approvers[1]: [1]: https://gitlab.arm.com/help/user/project/merge_requests/approvals/rules#eligible-approvers
-
Alex Tercete authored
Using roles is currently supported behind a feature flag[1]. [1]: https://docs.gitlab.com/ee/user/project/codeowners/reference.html#add-a-role-as-a-code-owner
-
Alex Tercete authored
This gives users with at least a Developer role approval rights, except for when there's a more specific rule listed explicitly. This makes CODEOWNERS more about code quality and less about gatekeeping.
-