Skip to content

Commit

Permalink
Include libpiod in set of packaged libraries
Browse files Browse the repository at this point in the history
Summary:
We need to package libgpiod into the tarball so that unit tests can be executed
using the compiled version of this dependency

Reviewed By: srikrishnagopu

Differential Revision: D61800389

fbshipit-source-id: 0989b7456c4d3dbc803d2e6f7333aec623165c7a
  • Loading branch information
paulcruz74 authored and facebook-github-bot committed Aug 26, 2024
1 parent 40ee376 commit b79867f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fboss/oss/scripts/package-fboss.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class PackageFboss:
"gflags": (LIB, [], INSTALLED),
"glog": (LIB, [], INSTALLED),
"libevent": (LIB, [], INSTALLED),
"libgpiod": (LIB, [], INSTALLED),
"libsodium": (LIB, [], INSTALLED),
"python": (LIB, [], INSTALLED),
}
Expand Down

0 comments on commit b79867f

Please sign in to comment.