mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-21 07:43:27 +00:00
update(cmake): update libs and driver to latest master.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
3dce2f030d
commit
b58ca5ec00
@ -35,9 +35,9 @@ else()
|
||||
# FALCOSECURITY_LIBS_VERSION. 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 "17a7da6ceb65628c34ca8c9874dd6e9d1a5a1039")
|
||||
set(DRIVER_VERSION "592217e71c467c26f24f92f06e80a64f5a6bf4f8")
|
||||
set(DRIVER_CHECKSUM
|
||||
"SHA256=8a042838f79f40564f5a96dbc2a1cd4c67aee6f409cef2a719b1b0988a82e8fc"
|
||||
"SHA256=f61ae0dae4f2c7b95835b212719d2b679a240d70b78fbe35970e2cbba74ba35b"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
@ -42,9 +42,9 @@ else()
|
||||
# version (or branch, or commit) just pass the variable - ie., `cmake
|
||||
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
|
||||
if(NOT FALCOSECURITY_LIBS_VERSION)
|
||||
set(FALCOSECURITY_LIBS_VERSION "17a7da6ceb65628c34ca8c9874dd6e9d1a5a1039")
|
||||
set(FALCOSECURITY_LIBS_VERSION "592217e71c467c26f24f92f06e80a64f5a6bf4f8")
|
||||
set(FALCOSECURITY_LIBS_CHECKSUM
|
||||
"SHA256=8a042838f79f40564f5a96dbc2a1cd4c67aee6f409cef2a719b1b0988a82e8fc"
|
||||
"SHA256=f61ae0dae4f2c7b95835b212719d2b679a240d70b78fbe35970e2cbba74ba35b"
|
||||
)
|
||||
endif()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user