update(cmake): bumped libs to 0.17.0-rc1 and falcoctl to v0.8.0-rc6.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro 2024-05-17 15:51:02 +02:00 committed by poiana
parent b0f352e7b9
commit dfbd1810f9
3 changed files with 7 additions and 7 deletions

View File

@ -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 "a8fdacdbbf26723d2acf07924ce6338e58315177")
set(DRIVER_CHECKSUM "SHA256=3b16cdc509cbaa1861d9e755df590e85dcee3ac46f8fb539d8874d1d9efeb04f")
set(DRIVER_VERSION "0.17.0-rc1")
set(DRIVER_CHECKSUM "SHA256=63809beb5e448911f153b8c25f814075238a55f301923aeb3d2374be6309460b")
endif()
# cd /path/to/build && cmake /path/to/source

View File

@ -16,14 +16,14 @@ include(ExternalProject)
string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} FALCOCTL_SYSTEM_NAME)
set(FALCOCTL_VERSION "0.8.0-rc5")
set(FALCOCTL_VERSION "0.8.0-rc6")
if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(FALCOCTL_SYSTEM_PROC_GO "amd64")
set(FALCOCTL_HASH "a38a8a9331f3221440fa9db5b22241439a81fcec6dc964d965823ab70de6fcc5")
set(FALCOCTL_HASH "af49a15f28281aff37aa57808211cdd0772966a694da3b5a256d0e58e27bd16b")
else() # aarch64
set(FALCOCTL_SYSTEM_PROC_GO "arm64")
set(FALCOCTL_HASH "6987540bd30b85c7254af40a817e45a9cfe071252bf5ab88bb8acb01979b28a7")
set(FALCOCTL_HASH "262189f954be20372ff79c5e984b64e530cdfeecc6df74be3b8846fb52ee2bdf")
endif()
ExternalProject_Add(

View File

@ -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 "a8fdacdbbf26723d2acf07924ce6338e58315177")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=3b16cdc509cbaa1861d9e755df590e85dcee3ac46f8fb539d8874d1d9efeb04f")
set(FALCOSECURITY_LIBS_VERSION "0.17.0-rc1")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=63809beb5e448911f153b8c25f814075238a55f301923aeb3d2374be6309460b")
endif()
# cd /path/to/build && cmake /path/to/source