bazel-central-registry
bazel-central-registry copied to clipboard
[email protected]
Hello @Vertexwahn, modules you maintain (zlib-ng) have been updated in this PR. Please review the changes.
@Wyverald Thanks for taking a look. I removed the unnecessary files. The previous patch was just created with git show > xxx.patch
, but for some reason the patch file format was invalid (CI said "can't patch WORKSPACE.bazel").
I removed the redundant files and used a git diff > xxx.patch
instead.
@Wyverald Ah I believe the reason the patch failed was that the WORKSPACE.bzlmod
didn't contain any content, and so the info
--- /dev/null
+++ b/WORKSPACE.bzlmod
wasn't part of the patch. I added an empty line. That should fix it.
@aaronmondal Windows is failing.