mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 15:17:50 +00:00
update(cmake): bump libs and drivers to 1bb3eea5380c06a4aceb635f70cf62829951ef00
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
78e2ddc63e
commit
aa62b65c70
@ -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 "942a2249b7b9f65def0a01acfb1fba84f629b3bf")
|
||||
set(DRIVER_CHECKSUM "SHA256=8670d7b24fad659674cea90b9b3d86e5d0775a6b2faedc0d5303f910242282ff")
|
||||
set(DRIVER_VERSION "1bb3eea5380c06a4aceb635f70cf62829951ef00")
|
||||
set(DRIVER_CHECKSUM "SHA256=dc5f9f620de1e399af8193429614cdf1ea0d02e0f3ab1b5e905992cf73caf16b")
|
||||
endif()
|
||||
|
||||
# cd /path/to/build && cmake /path/to/source
|
||||
|
@ -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 "942a2249b7b9f65def0a01acfb1fba84f629b3bf")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=8670d7b24fad659674cea90b9b3d86e5d0775a6b2faedc0d5303f910242282ff")
|
||||
set(FALCOSECURITY_LIBS_VERSION "1bb3eea5380c06a4aceb635f70cf62829951ef00")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=dc5f9f620de1e399af8193429614cdf1ea0d02e0f3ab1b5e905992cf73caf16b")
|
||||
endif()
|
||||
|
||||
# cd /path/to/build && cmake /path/to/source
|
||||
|
Loading…
Reference in New Issue
Block a user