mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-23 00:26:22 +00:00
build: download sysdig deps from GitHub archive by git reference
Co-authored-by: Lorenzo Fontana <lo@linux.com> Signed-off-by: Leonardo Di Donato <leodidonato@gmail.com>
This commit is contained in:
parent
3865093f34
commit
494edafdb1
@ -27,8 +27,8 @@ endif()
|
|||||||
|
|
||||||
ExternalProject_Add(
|
ExternalProject_Add(
|
||||||
sysdig
|
sysdig
|
||||||
GIT_REPOSITORY https://github.com/draios/sysdig.git
|
URL "https://github.com/draios/sysdig/archive/${SYSDIG_VERSION}.tar.gz"
|
||||||
GIT_TAG ${SYSDIG_VERSION}
|
URL_HASH SHA256=bd09607aa8beb863db07e695863f7dc543e2d39e7153005759d26a340ff66fa5
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
BUILD_COMMAND ""
|
BUILD_COMMAND ""
|
||||||
INSTALL_COMMAND ""
|
INSTALL_COMMAND ""
|
||||||
|
Loading…
Reference in New Issue
Block a user