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 a3bf15a
Show file tree
Hide file tree
Showing 2 changed files with 17 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
16 changes: 16 additions & 0 deletions falco/tbb.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
diff --git a/userspace/falco/CMakeLists.txt b/userspace/falco/CMakeLists.txt
index ca211866..e54a747e 100644
--- a/userspace/falco/CMakeLists.txt
+++ b/userspace/falco/CMakeLists.txt
@@ -76,7 +76,10 @@ set(
FALCO_LIBRARIES
falco_engine
sinsp
- yaml-cpp
+ "${JSONCPP_LIB}"
+ "${TBB_LIB}"
+ "${RE2_LIB}"
+ "${YAMLCPP_LIB}"
)

if(NOT WIN32)

0 comments on commit a3bf15a

Please sign in to comment.