From: Paul Spooren Date: Thu, 26 Oct 2023 07:31:18 +0000 (+0200) Subject: ci: enable ujail builds X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=63058d1f81a5ef2688d0cde630d3a0814420242a;p=project%2Fprocd.git ci: enable ujail builds Signed-off-by: Paul Spooren --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 577f11f..4d3c40d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,6 +4,7 @@ on: [ push, pull_request ] env: CI_ENABLE_UNIT_TESTING: 0 CI_TARGET_BUILD_DEPENDS: libubox + CI_CMAKE_EXTRA_BUILD_ARGS: -DJAIL_SUPPORT=1 jobs: native_testing: