diff options
| author | Paul Spooren | 2023-10-26 07:31:18 +0000 |
|---|---|---|
| committer | Daniel Golle | 2024-03-20 18:47:29 +0000 |
| commit | 63058d1f81a5ef2688d0cde630d3a0814420242a (patch) | |
| tree | 6291e1697b4982c86a778dbd6a53d78406d46a5a | |
| parent | 428f40e7984f537096a7dbc418a100abaab04be5 (diff) | |
| download | procd-63058d1f81a5ef2688d0cde630d3a0814420242a.tar.gz | |
ci: enable ujail builds
Signed-off-by: Paul Spooren <mail@aparcar.org>
| -rw-r--r-- | .github/workflows/build.yml | 1 |
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: |