mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-04 20:54:46 +02:00
.github/workflows: seccomp=unconfined
Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run
Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run
Run docker without the default seccomp profile Suggested-by: Martin Steegmanns <martin.steegmanns@govcert.etat.lu> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
parent
2aa34651a7
commit
1059a239ca
1
.github/workflows/compliance.yml
vendored
1
.github/workflows/compliance.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
|||
- name: Do DCO check
|
||||
run: |
|
||||
docker run --rm --security-opt apparmor=unconfined \
|
||||
--security-opt seccomp=unconfined \
|
||||
-v "$GITHUB_WORKSPACE:/work:ro" \
|
||||
--env "BASE_REF=$GITHUB_BASE_REF" \
|
||||
"dco-check-${{ github.event.number }}"
|
||||
|
|
1
.github/workflows/yocto-builds.yml
vendored
1
.github/workflows/yocto-builds.yml
vendored
|
@ -67,6 +67,7 @@ jobs:
|
|||
- name: Build the image
|
||||
run: |
|
||||
docker run --rm --security-opt apparmor=unconfined \
|
||||
--security-opt seccomp=unconfined \
|
||||
-v "$GITHUB_WORKSPACE:/work:ro" \
|
||||
-v "$DL_DIR:$DL_DIR:rw" \
|
||||
-v "$SSTATE_DIR:$SSTATE_DIR:rw" \
|
||||
|
|
Loading…
Reference in New Issue
Block a user