From f6818902dedec97c996dc36f7e1d7ac09febf524 Mon Sep 17 00:00:00 2001 From: Federico Di Pierro Date: Tue, 27 Feb 2024 09:03:20 +0100 Subject: [PATCH] fix(ci): properly enforce bundled deps off in build-dev, like it was before https://github.com/falcosecurity/falco/pull/3092. Signed-off-by: Federico Di Pierro --- .github/workflows/reusable_build_dev.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/reusable_build_dev.yaml b/.github/workflows/reusable_build_dev.yaml index 08cb26c5a7d..6d2230f6076 100644 --- a/.github/workflows/reusable_build_dev.yaml +++ b/.github/workflows/reusable_build_dev.yaml @@ -61,6 +61,10 @@ jobs: -DBUILD_BPF=${{ inputs.minimal == true && 'OFF' || 'ON' }} \ -DBUILD_DRIVER=${{ inputs.minimal == true && 'OFF' || 'ON' }} \ -DMINIMAL_BUILD=${{ inputs.minimal == true && 'ON' || 'OFF' }} \ + -DUSE_BUNDLED_DEPS=Off \ + -DUSE_BUNDLED_NLOHMANN_JSON=On \ + -DUSE_BUNDLED_CXXOPTS=On \ + -DUSE_BUNDLED_CPPHTTPLIB=On \ .. popd