Skip to content

Commit

Permalink
update(cmake): bump libs to d1f3bd3a5d51b89e90030ff666967f866a1e49f9
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Aug 4, 2023
1 parent fbd0993 commit 8e9eb7f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/driver.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ else()
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
# ie., `cmake -DDRIVER_VERSION=dev ..`
if(NOT DRIVER_VERSION)
set(DRIVER_VERSION "5.0.1+driver")
set(DRIVER_CHECKSUM "SHA256=8b197b916b6419dac8fb41807aa05d822164c7bfd2c3eef66d20d060a05a485a")
set(DRIVER_VERSION "d1f3bd3a5d51b89e90030ff666967f866a1e49f9")
set(DRIVER_CHECKSUM "SHA256=964da2991145a324d9c70717073501f4a28fafeefdb01ec53a114a57bcffc606")
endif()

# cd /path/to/build && cmake /path/to/source
Expand Down
6 changes: 4 additions & 2 deletions cmake/modules/falcosecurity-libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ else()
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "0.11.3")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=b4f9dc8c1612f4b14207d107bce323a0684dce0dbf018e5b846177992569367b")
set(FALCOSECURITY_LIBS_VERSION "d1f3bd3a5d51b89e90030ff666967f866a1e49f9")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=964da2991145a324d9c70717073501f4a28fafeefdb01ec53a114a57bcffc606")
endif()

# cd /path/to/build && cmake /path/to/source
Expand Down Expand Up @@ -105,5 +105,7 @@ endif()
if(CMAKE_SYSTEM_NAME MATCHES "Linux")
include(driver)
endif()
include(ExternalProject)
include(tinydir)
include(libscap)
include(libsinsp)
2 changes: 1 addition & 1 deletion userspace/sysdig/utils/plugin_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ limitations under the License.
#include <unordered_set>

#include <utility>
#include <third-party/tinydir.h>
#include <tinydir.h>
#include <yaml-cpp/yaml.h>
#include <nlohmann/json.hpp>

Expand Down

0 comments on commit 8e9eb7f

Please sign in to comment.