mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-06 19:29:09 +00:00
update(cmake): bump libs and driver version to 2433c822e1c3ed55f6528c18a27373a677ce76af
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
6db7353264
commit
a8353307c7
@ -19,7 +19,7 @@ message(STATUS "Driver version: ${DRIVER_VERSION}")
|
|||||||
|
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
driver
|
driver
|
||||||
URL "https://github.com/falcosecurity/libs/archive/${DRIVER_VERSION}.tar.gz"
|
URL "https://github.com/jasondellaluce/libs/archive/${DRIVER_VERSION}.tar.gz"
|
||||||
URL_HASH "${DRIVER_CHECKSUM}"
|
URL_HASH "${DRIVER_CHECKSUM}"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
|
@ -26,8 +26,8 @@ else()
|
|||||||
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
|
# In case you want to test against another driver version (or branch, or commit) just pass the variable -
|
||||||
# ie., `cmake -DDRIVER_VERSION=dev ..`
|
# ie., `cmake -DDRIVER_VERSION=dev ..`
|
||||||
if(NOT DRIVER_VERSION)
|
if(NOT DRIVER_VERSION)
|
||||||
set(DRIVER_VERSION "b4c198773bf05486e122f6d3f7f63be125242413")
|
set(DRIVER_VERSION "2433c822e1c3ed55f6528c18a27373a677ce76af")
|
||||||
set(DRIVER_CHECKSUM "SHA256=e85fa42a0b58ba21ca7efb38c20ce25207f4816245bdf154e6b9a037a1cce930")
|
set(DRIVER_CHECKSUM "SHA256=772cfc1eeaf69b51b4c3d1d5c3c4d0cc7c3fa37eb468c352fc8397ce657e376e")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# cd /path/to/build && cmake /path/to/source
|
# cd /path/to/build && cmake /path/to/source
|
||||||
|
@ -19,7 +19,7 @@ message(STATUS "Libs version: ${FALCOSECURITY_LIBS_VERSION}")
|
|||||||
|
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
falcosecurity-libs
|
falcosecurity-libs
|
||||||
URL "https://github.com/falcosecurity/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz"
|
URL "https://github.com/jasondellaluce/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz"
|
||||||
URL_HASH "${FALCOSECURITY_LIBS_CHECKSUM}"
|
URL_HASH "${FALCOSECURITY_LIBS_CHECKSUM}"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
|
@ -27,8 +27,8 @@ else()
|
|||||||
# In case you want to test against another falcosecurity/libs version (or branch, or commit) just pass the variable -
|
# 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 ..`
|
# ie., `cmake -DFALCOSECURITY_LIBS_VERSION=dev ..`
|
||||||
if(NOT FALCOSECURITY_LIBS_VERSION)
|
if(NOT FALCOSECURITY_LIBS_VERSION)
|
||||||
set(FALCOSECURITY_LIBS_VERSION "b4c198773bf05486e122f6d3f7f63be125242413")
|
set(FALCOSECURITY_LIBS_VERSION "2433c822e1c3ed55f6528c18a27373a677ce76af")
|
||||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=e85fa42a0b58ba21ca7efb38c20ce25207f4816245bdf154e6b9a037a1cce930")
|
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=772cfc1eeaf69b51b4c3d1d5c3c4d0cc7c3fa37eb468c352fc8397ce657e376e")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# cd /path/to/build && cmake /path/to/source
|
# cd /path/to/build && cmake /path/to/source
|
||||||
|
Loading…
Reference in New Issue
Block a user