Skip to content

Commit

Permalink
falco: regenerate patch and add back in after being removed in an ear…
Browse files Browse the repository at this point in the history
…lier commit of the package update PR

Signed-off-by: James Rawlings <[email protected]>
  • Loading branch information
rawlingsj committed Sep 30, 2024
1 parent 2a7b8ac commit 2c12a17
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion falco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pipeline:
- uses: patch
with:
# to prevent usage of vendored tbb
patches: libcurl-include.patch
patches: tbb.patch libcurl-include.patch

- runs: |
mkdir -p "${{targets.destdir}}"/etc/falco
Expand Down
14 changes: 14 additions & 0 deletions falco/tbb.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/userspace/falco/CMakeLists.txt b/userspace/falco/CMakeLists.txt
index ca211866..b391c520 100644
--- a/userspace/falco/CMakeLists.txt
+++ b/userspace/falco/CMakeLists.txt
@@ -77,6 +77,9 @@ set(
falco_engine
sinsp
yaml-cpp
+ "${JSONCPP_LIB}"
+ "${TBB_LIB}"
+ "${RE2_LIB}"
)

if(NOT WIN32)

0 comments on commit 2c12a17

Please sign in to comment.