From 6b91d9bf9b6598c940155f085fff6f7ff9e3be4a Mon Sep 17 00:00:00 2001 From: Paul Cruz Date: Fri, 1 Nov 2024 16:14:12 -0700 Subject: [PATCH] Add systemd libs in manifests Summary: X-link: https://github.com/facebookincubator/zstrong/pull/1034 Add systemd lib as a dependency for fboss via getdeps manifest in preparation for D64922139. This is just to unblock the above diff. A future fix will be needed to add the build mechanism for systemd libs from source. Reviewed By: kevin645 Differential Revision: D65299072 fbshipit-source-id: 65c4df639a5119f1af58b3c48b612a9da7999182 --- build/fbcode_builder/manifests/fboss | 1 + build/fbcode_builder/manifests/systemd | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 build/fbcode_builder/manifests/systemd diff --git a/build/fbcode_builder/manifests/fboss b/build/fbcode_builder/manifests/fboss index ce9b36109..25bae49d7 100644 --- a/build/fbcode_builder/manifests/fboss +++ b/build/fbcode_builder/manifests/fboss @@ -39,6 +39,7 @@ CLI11 exprtk nlohmann-json libgpiod +systemd [shipit.pathmap] fbcode/fboss/github = . diff --git a/build/fbcode_builder/manifests/systemd b/build/fbcode_builder/manifests/systemd new file mode 100644 index 000000000..40564970d --- /dev/null +++ b/build/fbcode_builder/manifests/systemd @@ -0,0 +1,6 @@ +[manifest] +name = systemd + +[rpms] +systemd +systemd-devel