File tree Expand file tree Collapse file tree 5 files changed +15
-91
lines changed
Expand file tree Collapse file tree 5 files changed +15
-91
lines changed Original file line number Diff line number Diff line change 308308/omnibus /config /patches /openscap / @ DataDog/agent-cspm
309309/omnibus /config /software /datadog-agent-integrations- * .rb @ DataDog/agent-integrations
310310/omnibus /config /software /datadog-security-agent * .rb @ DataDog/agent-security @ DataDog/agent-build
311- /omnibus /config /software /openscap.rb @ DataDog/agent-cspm
311+ /omnibus /config /software /openscap.rb @ DataDog/agent-build @ DataDog/agent- cspm
312312/omnibus /config /templates /init-scripts-agent / @ DataDog/agent-build @ DataDog/fleet
313313/omnibus /resources /* /msi / @ DataDog/windows-products
314314
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 " #{ install_dir } /embedded/lib/pkgconfig/libacl.pc" \
2222 " #{ install_dir } /embedded/lib/libacl.so"
2323
24+ command_on_repo_root "bazelisk run -- @attr//:install --destdir='#{ install_dir } '"
25+ command_on_repo_root "bazelisk run -- //bazel/rules:replace_prefix --prefix '#{ install_dir } /embedded'" \
26+ " #{ install_dir } /embedded/lib/pkgconfig/libattr.pc" \
27+ " #{ install_dir } /embedded/lib/libattr.so"
28+
29+ command_on_repo_root "bazelisk run -- @dbus//:install --destdir='#{ install_dir } /embedded'"
30+ command_on_repo_root "bazelisk run -- //bazel/rules:replace_prefix --prefix '#{ install_dir } /embedded'" \
31+ " #{ install_dir } /embedded/lib/pkgconfig/dbus-1.pc"
32+
2433 command_on_repo_root "bazelisk run -- @libselinux//:install --destdir='#{ install_dir } /embedded'"
2534 command_on_repo_root "bazelisk run -- //bazel/rules:replace_prefix --prefix '#{ install_dir } /embedded'" \
2635 " #{ install_dir } /embedded/lib/pkgconfig/libselinux.pc" \
3645 "--prefix #{ install_dir } /embedded " \
3746 "#{ install_dir } /embedded/lib/pkgconfig/libpcre2*.pc " \
3847 "#{ install_dir } /embedded/lib/libpcre2*.so"
48+
49+ command_on_repo_root "bazelisk run -- @util-linux//:blkid_install --destdir='#{ install_dir } /embedded'"
50+ command_on_repo_root "bazelisk run -- //bazel/rules:replace_prefix --prefix '#{ install_dir } /embedded'" \
51+ " #{ install_dir } /embedded/lib/pkgconfig/blkid.pc" \
52+ " #{ install_dir } /embedded/lib/libblkid.so"
3953end
4054
41- dependency 'attr'
4255dependency 'bzip2'
4356dependency 'curl'
44- dependency 'dbus'
4557dependency 'libgcrypt'
4658dependency 'libxslt'
4759dependency 'libyaml'
4860dependency 'popt'
4961dependency 'rpm'
50- dependency 'util-linux'
5162dependency 'xmlsec'
5263
5364relative_path "openscap-#{ version } "
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments