Boleyn Su
Boleyn Su
Currently, we have to manually patch `deps.bzl` to achive the same. https://github.com/BoleynSu-Org/monorepo/blob/b3680bcd9cff3a7270eb48d2d28bb7734a557e25/configs/deps/deps.bzl#L188
Then we should fix the comments in the source file?
See https://github.com/bazelbuild/bazel-skylib/blob/main/lib/old_sets.bzl
Also the current latest release(0.6) prevented us from upgrading to rules_docker v.0.20.0, which is already fixed on the main branch.
vscode-server still not working with 1.80.1 on Fedora.
The python luncher uses files from bazel_tools which won't build on Linux using mingw.
jq/yq is used at runtime (target) while the binary is for build time (exec). For example, you can think bout how java works if you compile on Linux for Linux...
https://github.com/aspect-build/bazel-lib/pull/875 partially implements this feature.
@iancha1992 @SalmaSamy The issue is still not fixed for extensions. See https://github.com/bazelbuild/bazel/blob/8e8ddaba0e90c280bfd85644d6ccd91df5b6d353/src/main/java/com/google/devtools/build/lib/bazel/bzlmod/ModuleFileGlobals.java#L520
``` "extensionUsages": [ { "extensionBzlFile": "@rules_java//java:extensions.bzl", "extensionName": "toolchains", "usingModule": "[email protected]", "location": { "file": "file://PATH_TO_LOCAL_REGISTRY/modules/rules_java/7.3.2/MODULE.bazel", "line": 19, "column": 27 }, "imports": { "remote_java_tools": "remote_java_tools", "remote_java_tools_linux": "remote_java_tools_linux", "remote_java_tools_windows": "remote_java_tools_windows", "remote_java_tools_darwin_x86_64": "remote_java_tools_darwin_x86_64", ```...