Compare commits

...

3 Commits

Author SHA1 Message Date
Leonardo Grasso
9b5e9fd04e wip: another try
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2022-05-25 17:49:17 +02:00
Leonardo Grasso
786c0abd85 wip: test libs#213 (on a rebased branch)
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2022-05-25 15:20:29 +02:00
Leonardo Grasso
f5358a3291 wip: testing a libs branch
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2022-05-25 15:14:20 +02:00

View File

@@ -24,8 +24,8 @@ else()
# default below In case you want to test against another falcosecurity/libs version just pass the variable - ie., `cmake
# -DFALCOSECURITY_LIBS_VERSION=dev ..`
if(NOT FALCOSECURITY_LIBS_VERSION)
set(FALCOSECURITY_LIBS_VERSION "7d9881b92efc39b1d2e261b86bd92b2c8147d8fd")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=720a5ae59deb435dcfbaf50770e8bee6cd33c1d7148559dddcb4df363ee51355")
set(FALCOSECURITY_LIBS_VERSION "vtable-rebased")
set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=e219e4380cc291c7024206c3f1aca9fabc33408f5985c54c99e75535374a181b")
endif()
# cd /path/to/build && cmake /path/to/source