Skip to content

Commit

Permalink
Add systemd libs in manifests
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookincubator/zstrong#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
  • Loading branch information
paulcruz74 authored and facebook-github-bot committed Nov 1, 2024
1 parent 8902e7f commit 566c5fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/fbcode_builder/manifests/fboss
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ CLI11
exprtk
nlohmann-json
libgpiod
systemd

[shipit.pathmap]
fbcode/fboss/github = .
Expand Down
6 changes: 6 additions & 0 deletions build/fbcode_builder/manifests/systemd
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[manifest]
name = systemd

[rpms]
systemd
systemd-devel

0 comments on commit 566c5fa

Please sign in to comment.