Browse Source

ci: enable ujail builds

Signed-off-by: Paul Spooren <mail@aparcar.org>
Paul Spooren 6 months ago
parent
commit
63058d1f81
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.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: