Skip to content

Commit 1917b60

Browse files
committed
ci: Fix App-armor error on Ubuntu 24.04
Signed-off-by: Yuya Hamamachi <yuya.hamamachi.sx@renesas.com>
1 parent 016d12c commit 1917b60

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release_nextkernel.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Run build
2323
shell: bash
2424
run: |
25+
# workaround for app armor with Ubuntu 24.04
26+
echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_use
27+
2528
./build.sh --console --sbom --rm-work --next-kernel
2629
./build.sh --weston --sbom --rm-work --next-kernel
2730

0 commit comments

Comments
 (0)