From db1be96ad9dbd051aac278ef77dbe2c98f2190a3 Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Fri, 26 Apr 2024 10:15:44 +0200 Subject: [PATCH] chore: tmp bump to libs master to test Falco CI Signed-off-by: Andrea Terzolo --- cmake/modules/driver.cmake | 4 ++-- cmake/modules/falcosecurity-libs.cmake | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index dfe65516..50039e4c 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -34,8 +34,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 "7.1.0+driver-rc1") - set(DRIVER_CHECKSUM "SHA256=a87e80ed0430c1f0a83ce136bb97b52369770091c2090f385ed5d4030743d51f") + set(DRIVER_VERSION "b3734896de3fa23a78003a0d203d6a3aae896339") + set(DRIVER_CHECKSUM "SHA256=5ae858f9ba65797f4fedbaecee02dde1cfeac5a7b06ed1b8ae1f342780af1991") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index cfb74c63..3aafeb18 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -35,8 +35,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.16.0-rc1") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=b1977ad4c428913ba566c180acfc81be7257bc3de480510d3a9a725d1d03bb4f") + set(FALCOSECURITY_LIBS_VERSION "b3734896de3fa23a78003a0d203d6a3aae896339") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=5ae858f9ba65797f4fedbaecee02dde1cfeac5a7b06ed1b8ae1f342780af1991") endif() # cd /path/to/build && cmake /path/to/source