From d60353b57963edcc6ceb42c0bbc6698e372e47d2 Mon Sep 17 00:00:00 2001 From: Roberto Scolaro Date: Tue, 14 Nov 2023 15:07:22 +0000 Subject: [PATCH] dropme: use temp libs branch Signed-off-by: Roberto Scolaro --- 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 8e9bc9d9c9c..dfcb09e01c1 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 "therealbobo/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 "fb175515055254f74d3f2587862d32a173dafa54") - set(DRIVER_CHECKSUM "SHA256=4db26e92f340594a95666978ac235c1a045dd76c8e10f66c2da6054aedc96485") + set(DRIVER_VERSION "rm-relative-import-paths") + set(DRIVER_CHECKSUM "") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index e817922fbe8..05902c34c50 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 "therealbobo/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 "fb175515055254f74d3f2587862d32a173dafa54") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=4db26e92f340594a95666978ac235c1a045dd76c8e10f66c2da6054aedc96485") + set(FALCOSECURITY_LIBS_VERSION "rm-relative-import-paths") + set(FALCOSECURITY_LIBS_CHECKSUM "") endif() # cd /path/to/build && cmake /path/to/source