ci: enable ujail builds
authorPaul Spooren <mail@aparcar.org>
Thu, 26 Oct 2023 07:31:18 +0000 (09:31 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Wed, 20 Mar 2024 18:47:29 +0000 (18:47 +0000)
Signed-off-by: Paul Spooren <mail@aparcar.org>
.github/workflows/build.yml

index 577f11fc84a66cd8228e07a7c2dc0b0f92d35ba5..4d3c40dc903f1d1c68e2bdb1b2d148b6ef81b28b 100644 (file)
@@ -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: