projects
/
project
/
procd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428f40e
)
ci: enable ujail builds
author
Paul Spooren
<mail@aparcar.org>
Thu, 26 Oct 2023 07:31:18 +0000
(09:31 +0200)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/.github/workflows/build.yml
b/.github/workflows/build.yml
index 577f11fc84a66cd8228e07a7c2dc0b0f92d35ba5..4d3c40dc903f1d1c68e2bdb1b2d148b6ef81b28b 100644
(file)
--- 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: