Skip to content

Commit

Permalink
update(cmake): bumped falcoctl to v0.10.1.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <[email protected]>
  • Loading branch information
FedeDP committed Nov 21, 2024
1 parent 0a8526d commit 8286d24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/modules/falcoctl.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ option(ADD_FALCOCTL_DEPENDENCY "Add falcoctl dependency while building falco" ON
if(ADD_FALCOCTL_DEPENDENCY)
string(TOLOWER ${CMAKE_HOST_SYSTEM_NAME} FALCOCTL_SYSTEM_NAME)

set(FALCOCTL_VERSION "0.10.0")
set(FALCOCTL_VERSION "0.10.1")

message(STATUS "Building with falcoctl: ${FALCOCTL_VERSION}")

if(${CMAKE_HOST_SYSTEM_PROCESSOR} STREQUAL "x86_64")
set(FALCOCTL_SYSTEM_PROC_GO "amd64")
set(FALCOCTL_HASH "32d1be4ab2335d9c3fc8ae8900341bcc26d3166094fc553ddb7bb783aa6c7b68")
set(FALCOCTL_HASH "efe64362062c4b88a522dcd51da33ec980ef6de6d03452c1b7ad4c99f52cbd94")
else() # aarch64
set(FALCOCTL_SYSTEM_PROC_GO "arm64")
set(FALCOCTL_HASH "9186fd948c1230c338a7fa36d6569ce85d3c4aa8153b30e8d86d2e887eb76756")
set(FALCOCTL_HASH "e0f27bdd25fc10b862398aaabf83a29e18d5b9c2f40b60550ac56023a99d3f79")
endif()

ExternalProject_Add(
Expand Down

0 comments on commit 8286d24

Please sign in to comment.