Skip to content

Commit ee4d683

Browse files
4ogfbaeuerle
authored andcommitted
Remove obsolete libseccomp2 dependencies from module
1 parent d205209 commit ee4d683

File tree

4 files changed

+0
-265
lines changed

4 files changed

+0
-265
lines changed

MODULE.bazel

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -138,33 +138,6 @@ deb(
138138
visibility = ["//visibility:public"],
139139
)
140140

141-
deb(
142-
name = "libseccomp2-deb",
143-
urls = ["https://archive.ubuntu.com/ubuntu/pool/main/libs/libseccomp/libseccomp2_2.5.1-1ubuntu1~18.04.2_amd64.deb"],
144-
visibility = ["//visibility:public"],
145-
)
146-
147-
deb(
148-
name = "libseccomp2-dev-deb",
149-
build = "//third_party/libseccomp2:libseccomp2.BUILD",
150-
urls = ["https://archive.ubuntu.com/ubuntu/pool/main/libs/libseccomp/libseccomp-dev_2.5.1-1ubuntu1~18.04.2_i386.deb"],
151-
visibility = ["//visibility:public"],
152-
)
153-
154-
deb(
155-
name = "libseccomp2-deb-aarch64",
156-
build = "//third_party/libseccomp2:libseccomp2_aarch64.BUILD",
157-
urls = ["https://ports.ubuntu.com/ubuntu-ports/pool/main/libs/libseccomp/libseccomp2_2.5.3-2ubuntu2_arm64.deb"],
158-
visibility = ["//visibility:public"],
159-
)
160-
161-
deb(
162-
name = "libseccomp2-dev-deb-aarch64",
163-
build = "//third_party/libseccomp2:libseccomp2.BUILD",
164-
urls = ["https://ports.ubuntu.com/ubuntu-ports/pool/main/libs/libseccomp/libseccomp-dev_2.5.3-2ubuntu2_arm64.deb"],
165-
visibility = ["//visibility:public"],
166-
)
167-
168141
bazel_dep(name = "nlohmann_json", version = "3.11.3")
169142
bazel_dep(name = "bazel_skylib", version = "1.8.2")
170143

MODULE.bazel.lock

Lines changed: 0 additions & 211 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/libseccomp2/BUILD

Lines changed: 0 additions & 8 deletions
This file was deleted.

third_party/libseccomp2/libseccomp2.BUILD

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)