[PATCH v3 0/1] tests/docker: hexagon fix podman untar, 22.1.8

Brian Cain posted 1 patch 5 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260711185433.2021691-1-brian.cain@oss.qualcomm.com
Maintainers: Brian Cain <brian.cain@oss.qualcomm.com>, Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com>, "Alex Bennée" <alex.bennee@linaro.org>
.../dockerfiles/debian-hexagon-cross.docker   | 27 ++++++++++++-------
1 file changed, 17 insertions(+), 10 deletions(-)
[PATCH v3 0/1] tests/docker: hexagon fix podman untar, 22.1.8
Posted by Brian Cain 5 hours ago
The --no-same-owner and --no-same-permissions tar flags from the v2
patch would reduce some of the noise but not address the lchown issue
that was the main cause.  Masking the failure would have been effective
but would've masked any other legitimate failure mode too.

Instead, a new approach: use the .deb packages provided and avoid
tar/podman interaction altogether.

Also -- some Hexagon compiler bugs fixed by 22.1.8:
* https://github.com/llvm/llvm-project/issues/195495
* https://github.com/llvm/llvm-project/issues/184531

v2: https://lore.kernel.org/qemu-devel/20260619211142.4126199-1-brian.cain@oss.qualcomm.com/

Brian Cain (1):
  tests/docker: hexagon fix podman untar, 22.1.8

 .../dockerfiles/debian-hexagon-cross.docker   | 27 ++++++++++++-------
 1 file changed, 17 insertions(+), 10 deletions(-)

-- 
2.34.1