Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions packages/install_dir/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pkg_filegroup(
# have to include this explicitly because it is not hooked up with package_metadata
"//deps/gstatus:license_file",
] + select({
"@platforms//os:linux": [
"//packages/agent:linux_default": [
"//deps/compile_policy:bin_files",
# have to include this explicitly because it is not hooked up with package_metadata
"//deps/compile_policy:license_file",
Expand All @@ -29,9 +29,7 @@ filegroup(
] + select({
"//packages/agent:linux_heroku": [],
"//packages/agent:linux_default": [
"//deps/nfsiostat:all_files",
"//deps/openscap:all_deps",
"@freetds//:all_files",
],
"//conditions:default": [
# This will become "//deps/openscap:all_deps" in the future
Expand Down