From 5eb6fff6d3dfd347beec5f782113aa40a8e591db Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Wed, 22 Mar 2023 12:14:53 +0100 Subject: [PATCH] wip Signed-off-by: Federico Di Pierro --- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs.cmake | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index 65032c04..4e5d6c3b 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -26,8 +26,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 "6c11056815b9eff787c69f9b2188a2ae503533c9") - set(DRIVER_CHECKSUM "SHA256=e0d671e09993c5f402054aab70858af5fe372eec201d4e1744c0a01d2959b750") + set(DRIVER_VERSION "d0fd9e3ebbe13ed647a6a6b0ca5348c767074112") + # set(DRIVER_CHECKSUM "SHA256=6bd1825f5eca7235bd962613ec407c38e7e550fb115029551e97a61cf6ba17e4") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 4f680b78..1f569e8a 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -27,7 +27,7 @@ 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 "0641dfe4bb265b87976c3ea801c50a67991119fa") + set(FALCOSECURITY_LIBS_VERSION "d0fd9e3ebbe13ed647a6a6b0ca5348c767074112") # set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=6bd1825f5eca7235bd962613ec407c38e7e550fb115029551e97a61cf6ba17e4") endif()