From 593fc8aaf0bdd9a5e9469649b4c337e08872fb9a Mon Sep 17 00:00:00 2001 From: Andrea Terzolo Date: Wed, 13 Dec 2023 11:12:53 +0100 Subject: [PATCH] tmp Signed-off-by: Andrea Terzolo --- cmake/modules/driver.cmake | 6 +++--- cmake/modules/falcosecurity-libs.cmake | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index f3b4fa06..81bfc0a4 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -25,7 +25,7 @@ else() # In case you want to test against a fork of falcosecurity/libs just pass the variable - # ie., `cmake -DDRIVER_REPO=/libs ..` if (NOT DRIVER_REPO) - set(DRIVER_REPO "falcosecurity/libs") + set(DRIVER_REPO "Andreagit97/libs") endif() # DRIVER_VERSION accepts a git reference (branch name, commit hash, or tag) to the falcosecurity/libs repository @@ -34,8 +34,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 "000d576ef877cb115cbb56f97187a1d62221e2bd") - set(DRIVER_CHECKSUM "SHA256=4f078e3e448ba1d4ca2eff55a361a9a9d048f3a967fb4d91f0c91aa6fa22d5d2") + set(DRIVER_VERSION "c749825140a9c11b1d822224fa16046ed25ef9c9") + set(DRIVER_CHECKSUM "SHA256=6e8fd497a82179310922d8ecbad88db7f3fd2b12b9c57d2d6d5131e01eabfd1c") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index 48410c2e..b399262e 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -28,15 +28,15 @@ else() # In case you want to test against a fork of falcosecurity/libs just pass the variable - # ie., `cmake -DFALCOSECURITY_LIBS_REPO=/libs ..` if (NOT FALCOSECURITY_LIBS_REPO) - set(FALCOSECURITY_LIBS_REPO "falcosecurity/libs") + set(FALCOSECURITY_LIBS_REPO "Andreagit97/libs") endif() # FALCOSECURITY_LIBS_VERSION accepts a git reference (branch name, commit hash, or tag) to the falcosecurity/libs repository. # 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 "000d576ef877cb115cbb56f97187a1d62221e2bd") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=4f078e3e448ba1d4ca2eff55a361a9a9d048f3a967fb4d91f0c91aa6fa22d5d2") + set(FALCOSECURITY_LIBS_VERSION "c749825140a9c11b1d822224fa16046ed25ef9c9") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=6e8fd497a82179310922d8ecbad88db7f3fd2b12b9c57d2d6d5131e01eabfd1c") endif() # cd /path/to/build && cmake /path/to/source