Skip to content

Commit 5a34567

Browse files
poianagithub-actions[bot]
authored andcommitted
update(cmake): update libs and driver to latest master.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2d9f1f1 commit 5a34567

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cmake/modules/driver.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ else()
3535
# FALCOSECURITY_LIBS_VERSION. In case you want to test against another driver version (or
3636
# branch, or commit) just pass the variable - ie., `cmake -DDRIVER_VERSION=dev ..`
3737
if(NOT DRIVER_VERSION)
38-
set(DRIVER_VERSION "9.0.0+driver")
38+
set(DRIVER_VERSION "a6638ac17eb939d08a3c9b2ae298c6e9ba263e78")
3939
set(DRIVER_CHECKSUM
40-
"SHA256=ef563fe19f9cdbdfcf17cee3e83c79e8387b78a87e0593eb3e2787c9b8540113"
40+
"SHA256=8addf0f2a114d69e8472b745a8ab5183a23f5940a5519eff4b29e3e285e447ce"
4141
)
4242
endif()
4343

cmake/modules/falcosecurity-libs.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ else()
4242
# version (or branch, or commit) just pass the variable - ie., `cmake
4343
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
4444
if(NOT FALCOSECURITY_LIBS_VERSION)
45-
set(FALCOSECURITY_LIBS_VERSION "0.22.1")
45+
set(FALCOSECURITY_LIBS_VERSION "a6638ac17eb939d08a3c9b2ae298c6e9ba263e78")
4646
set(FALCOSECURITY_LIBS_CHECKSUM
47-
"SHA256=12fe0a85c77eecda8b3cd8e192fe4c0dde37e4d9b938d27e9d3433728beca67b"
47+
"SHA256=8addf0f2a114d69e8472b745a8ab5183a23f5940a5519eff4b29e3e285e447ce"
4848
)
4949
endif()
5050

0 commit comments

Comments
 (0)