Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit 013f1f6

Browse files
merge: #3384
3384: chore(council, si): Remove package builds for SI and council r=stack72 a=stack72 Co-authored-by: stack72 <public@paulstack.co.uk>
2 parents 567158e + 726a769 commit 013f1f6

File tree

2 files changed

+0
-19
lines changed

2 files changed

+0
-19
lines changed

bin/council/BUCK

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,3 @@ rust_binary(
1818
],
1919
srcs = glob(["src/**/*.rs"]),
2020
)
21-
22-
docker_image(
23-
name = "image",
24-
image_name = "council",
25-
flake_lock = "//:flake.lock",
26-
build_deps = ["//bin/council:council"]
27-
)
28-
29-
nix_omnibus_pkg(
30-
name = "omnibus",
31-
pkg_name = "council",
32-
build_dep = "//bin/council:council",
33-
)

bin/si/BUCK

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,3 @@ rust_binary(
2121
srcs = glob(["src/**/*.rs", "src/version.txt"]),
2222
)
2323

24-
nix_omnibus_pkg(
25-
name = "omnibus",
26-
pkg_name = "si",
27-
build_dep = "//bin/si:si",
28-
)
29-

0 commit comments

Comments
 (0)