Compare commits

...

1 Commits

Author SHA1 Message Date
Leonardo Grasso
23d7c6c345 wip: testing https://github.com/falcosecurity/libs/pull/567
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2022-09-01 12:48:27 +02:00
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ message(STATUS "Libs version: ${FALCOSECURITY_LIBS_VERSION}")
ExternalProject_Add(
falcosecurity-libs
URL "https://github.com/falcosecurity/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz"
URL "https://github.com/geraldcombs/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz"
URL_HASH "${FALCOSECURITY_LIBS_CHECKSUM}"
CONFIGURE_COMMAND ""
BUILD_COMMAND ""

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 "6599e2efebce30a95f27739d655d53f0d5f686e4")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=7cd84fe8a41c25bba9cd7d5d86a87d2483658e367b885ddbd3037aa45404df04")
set(FALCOSECURITY_LIBS_VERSION "cmake-install-targets")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=31382c88f3e3f0b7310a81cfd9608693e7b3895fbb4c8e7fd59e573ede83ff2f")
endif()
# cd /path/to/build && cmake /path/to/source