summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Spooren2023-10-26 07:31:18 +0000
committerDaniel Golle2024-03-20 18:47:29 +0000
commit63058d1f81a5ef2688d0cde630d3a0814420242a (patch)
tree6291e1697b4982c86a778dbd6a53d78406d46a5a
parent428f40e7984f537096a7dbc418a100abaab04be5 (diff)
downloadprocd-63058d1f81a5ef2688d0cde630d3a0814420242a.tar.gz
ci: enable ujail builds
Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
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: