| commit | 8fd51cd0cb06584bdfe2e7884662276d0c7bfe9b | [log] [tgz] |
|---|---|---|
| author | Tim Windelschmidt <tim@monogon.tech> | Sun Jun 29 02:20:17 2025 +0200 |
| committer | Tim Windelschmidt <tim@monogon.tech> | Mon Jun 30 00:02:45 2025 +0000 |
| tree | 88aecf3fc0a34f63eea2d9f761c41ce60cb49686 | |
| parent | 3259f9a5381cb2b79582e73db1fa2da24772698b [diff] [blame] |
treewide: remove bzlmod dependency workaround Closes #487 #486 #485 #484 #483 Change-Id: I2de434dab96743f9051b8c2064fb9f7d05d548aa Reviewed-on: https://review.monogon.dev/c/monogon/+/4350 Tested-by: Jenkins CI Reviewed-by: Leopold Schabel <leo@monogon.tech>
diff --git a/third_party/libpg_query/libpg_query.bzl b/third_party/libpg_query/libpg_query.bzl index c77c692..83207ea 100644 --- a/third_party/libpg_query/libpg_query.bzl +++ b/third_party/libpg_query/libpg_query.bzl
@@ -57,6 +57,6 @@ "-Iexternal/libpg_query/vendor/xxhash", ], visibility = [ - "@//third_party/libpg_query:__pkg__", + "//visibility:public", ], )