Skip to content

Commit

Permalink
update(cmake): bump libs and drivers to latest mainline
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
  • Loading branch information
jasondellaluce committed Jul 10, 2023
1 parent 956ef5d commit 560f392
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/driver.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "4a81f434b9a5c3f8f3b05d7120e1faad96e8558b")
set(DRIVER_CHECKSUM "SHA256=46c50370dd8484d9b9f3f6c1e0ba69ab30081f2718fef9854d45fda52c61bf54")
set(DRIVER_VERSION "71a59d69532b613917980f1f267bb3ce112d675f")
set(DRIVER_CHECKSUM "SHA256=a19ce922e021ce03ac2148fa6446f9cc09c17ab8403e4b576b7a207179f8bd89")
endif()

# cd /path/to/build && cmake /path/to/source
Expand Down
4 changes: 2 additions & 2 deletions cmake/modules/falcosecurity-libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "4a81f434b9a5c3f8f3b05d7120e1faad96e8558b")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=46c50370dd8484d9b9f3f6c1e0ba69ab30081f2718fef9854d45fda52c61bf54")
set(FALCOSECURITY_LIBS_VERSION "71a59d69532b613917980f1f267bb3ce112d675f")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a19ce922e021ce03ac2148fa6446f9cc09c17ab8403e4b576b7a207179f8bd89")
endif()

# cd /path/to/build && cmake /path/to/source
Expand Down

0 comments on commit 560f392

Please sign in to comment.