Skip to content

Commit 6b3497b

Browse files
authored
Merge pull request #22482 from github/jketema/simpilfy-bazel
Unified: simplify Bazel build
2 parents 7b2695b + e8c6faf commit 6b3497b

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

unified/BUILD.bazel

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@ codeql_pkg_files(
4242
codeql_pkg_files(
4343
name = "extractor-arch",
4444
exes = codeql_platform_select(
45-
linux64 = ["//unified/extractor"],
46-
linux_arm64 = ["//unified/extractor"],
47-
osx64 = ["//unified/extractor"],
45+
otherwise = ["//unified/extractor"],
4846
win64 = ["//unified/extractor-unsupported-os:extractor"],
4947
),
5048
prefix = "tools/{CODEQL_PLATFORM}",

0 commit comments

Comments
 (0)