Skip to content

Commit 802c898

Browse files
committed
fix(deps): apply patch to enable podman on scap files
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent 598ad29 commit 802c898

File tree

2 files changed

+674
-0
lines changed

2 files changed

+674
-0
lines changed

cmake/modules/falcosecurity-libs-repo/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ ExternalProject_Add(
3131
BUILD_COMMAND ""
3232
INSTALL_COMMAND ""
3333
TEST_COMMAND ""
34+
PATCH_COMMAND sh -c "patch -p1 <${CMAKE_SOURCE_DIR}/podman.patch"
3435
)

0 commit comments

Comments
 (0)