Skip to content

Commit 1470800

Browse files
committed
ci: set tar options to avoid issues with permissions
This happens in CI, a "fix" was also made in bitbake, but leaving this, just in case. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 81443ed commit 1470800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,6 +853,8 @@ jobs:
853853
group: ${{ matrix.host.runner }}
854854
container: ${{ matrix.host.container }}
855855

856+
env:
857+
TAR_OPTIONS: --no-same-owner
856858
defaults:
857859
run:
858860
shell: bash

0 commit comments

Comments
 (0)