Commit c8eb59d
committed
Revert "Do not preserve owner user/group when extracting tar archive"
This reverts commit 75e592d.
This fixes mixed build boot tests:
```
$ cvd fetch --default_build=15280243/cf_x86_64_only_phone-trunk_staging-userdebug --host_package_build=15280243/cf_x86_64_only_phone-trunk_staging-userdebug --system_build=15280243/gsi_x86_64-trunk_staging-userdebug
$ cvd create --product_path=$PWD --host_path=$PWD
```
The reverted commit added a new flag `--no-same-owner` to a `bsdtar`
invocation. The implementation of `bsdtar` used in Android CI does not
support this flag and a mixed build test that invokes `bsdtar` fails.
Bug: b/506159631 and b/408497913
Test: repro given above1 parent ac10ece commit c8eb59d
1 file changed
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | | - | |
144 | 142 | | |
145 | 143 | | |
146 | 144 | | |
| |||
0 commit comments