Skip to content

Commit

Permalink
fix(build): use commit with metrics refactoring
Browse files Browse the repository at this point in the history
This commit will be dropped once falcosecurity/libs#1920 is merged and
replaced with a commit to the master branch.

Signed-off-by: Mauro Ezequiel Moltrasio <[email protected]>
  • Loading branch information
Molter73 committed Jun 27, 2024
1 parent 28ae76e commit 19a07cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmake/modules/falcosecurity-libs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your-gh-handle>/libs ..`
if (NOT FALCOSECURITY_LIBS_REPO)
set(FALCOSECURITY_LIBS_REPO "falcosecurity/libs")
set(FALCOSECURITY_LIBS_REPO "molter73/falco-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 "473bf06780abf9b00923c90d779e4ff16f19903a")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=aa45432acd385881365a8aee7bfe1982fd6278aa7b23466d6864c2ffda5216dd")
set(FALCOSECURITY_LIBS_VERSION "8d7c71282b9b695469a703e20c716edc015beccb")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=1eaa2e1d7fa4f2aeb28b6e7887ce9997c602359df4aacc7ea905341b81ecd405")
endif()

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

0 comments on commit 19a07cd

Please sign in to comment.