Compare commits

...

3 Commits

Author SHA1 Message Date
Federico Di Pierro
c279f995c5 wip2
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
2023-03-22 14:57:15 +01:00
Federico Di Pierro
5eb6fff6d3 wip
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
2023-03-22 12:23:49 +01:00
Federico Di Pierro
2cd9678239 wip
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
2023-03-22 12:23:26 +01:00
2 changed files with 4 additions and 4 deletions

View File

@@ -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 "e89c462058f3cba462ee5f4fb8b0e972548316db")
# set(DRIVER_CHECKSUM "SHA256=6bd1825f5eca7235bd962613ec407c38e7e550fb115029551e97a61cf6ba17e4")
endif()
# cd /path/to/build && cmake /path/to/source

View File

@@ -27,8 +27,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 "6c11056815b9eff787c69f9b2188a2ae503533c9")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=e0d671e09993c5f402054aab70858af5fe372eec201d4e1744c0a01d2959b750")
set(FALCOSECURITY_LIBS_VERSION "e89c462058f3cba462ee5f4fb8b0e972548316db")
# set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=6bd1825f5eca7235bd962613ec407c38e7e550fb115029551e97a61cf6ba17e4")
endif()
# cd /path/to/build && cmake /path/to/source