diff --git a/.github/workflows/reusable_build_packages.yaml b/.github/workflows/reusable_build_packages.yaml index 9ff23a9a..a4068e3b 100644 --- a/.github/workflows/reusable_build_packages.yaml +++ b/.github/workflows/reusable_build_packages.yaml @@ -49,7 +49,7 @@ jobs: yum -y install centos-release-scl yum -y install devtoolset-9-gcc devtoolset-9-gcc-c++ source /opt/rh/devtoolset-9/enable - yum install -y wget git make m4 rpm-build + yum install -y wget git make m4 rpm-build perl-IPC-Cmd - name: Checkout uses: actions/checkout@v3 diff --git a/cmake/modules/driver-repo/CMakeLists.txt b/cmake/modules/driver-repo/CMakeLists.txt index d1fe9091..f6c3283b 100644 --- a/cmake/modules/driver-repo/CMakeLists.txt +++ b/cmake/modules/driver-repo/CMakeLists.txt @@ -19,7 +19,7 @@ message(STATUS "Driver version: ${DRIVER_VERSION}") ExternalProject_Add( driver - URL "https://github.com/falcosecurity/libs/archive/${DRIVER_VERSION}.tar.gz" + URL "https://github.com/Andreagit97/libs/archive/${DRIVER_VERSION}.tar.gz" URL_HASH "${DRIVER_CHECKSUM}" CONFIGURE_COMMAND "" BUILD_COMMAND "" diff --git a/cmake/modules/driver.cmake b/cmake/modules/driver.cmake index bc7704d2..439ed3cc 100644 --- a/cmake/modules/driver.cmake +++ b/cmake/modules/driver.cmake @@ -26,8 +26,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 "0790cffa6c4ab485a7eb05126a2d8c6c99ad7328") - set(DRIVER_CHECKSUM "SHA256=a9902754cc806a53947f041208bd11d4aac5a97e72f7ac3865a452c5204376af") + set(DRIVER_VERSION "647c3fcb0d3802ba5b01af2f1088fea11614eb94") + set(DRIVER_CHECKSUM "SHA256=cbcfd2671c514c5d9326bff5fc0741c496569f79e782048af3ab69c3171dde19") endif() # cd /path/to/build && cmake /path/to/source diff --git a/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt b/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt index 692b8f0c..0415ddb4 100644 --- a/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt +++ b/cmake/modules/falcosecurity-libs-repo/CMakeLists.txt @@ -19,7 +19,7 @@ message(STATUS "Libs version: ${FALCOSECURITY_LIBS_VERSION}") ExternalProject_Add( falcosecurity-libs - URL "https://github.com/falcosecurity/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz" + URL "https://github.com/Andreagit97/libs/archive/${FALCOSECURITY_LIBS_VERSION}.tar.gz" URL_HASH "${FALCOSECURITY_LIBS_CHECKSUM}" CONFIGURE_COMMAND "" BUILD_COMMAND "" diff --git a/cmake/modules/falcosecurity-libs.cmake b/cmake/modules/falcosecurity-libs.cmake index bee54e42..c00d7cb7 100644 --- a/cmake/modules/falcosecurity-libs.cmake +++ b/cmake/modules/falcosecurity-libs.cmake @@ -27,8 +27,8 @@ else() # 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 "0790cffa6c4ab485a7eb05126a2d8c6c99ad7328") - set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=a9902754cc806a53947f041208bd11d4aac5a97e72f7ac3865a452c5204376af") + set(FALCOSECURITY_LIBS_VERSION "647c3fcb0d3802ba5b01af2f1088fea11614eb94") + set(FALCOSECURITY_LIBS_CHECKSUM "SHA256=cbcfd2671c514c5d9326bff5fc0741c496569f79e782048af3ab69c3171dde19") endif() # cd /path/to/build && cmake /path/to/source