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 1444f54
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 "e72cbde2b219c1eb85fd5270d6deb74b759f71f2")
set(DRIVER_CHECKSUM "SHA256=e1ca117ca02e2481bbd633b98346cbb7b52b862da6e4fc648077ff78bd0485f6")
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 "e72cbde2b219c1eb85fd5270d6deb74b759f71f2")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=e1ca117ca02e2481bbd633b98346cbb7b52b862da6e4fc648077ff78bd0485f6")
endif()

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

0 comments on commit 1444f54

Please sign in to comment.