Zig Version
0.12.0 (gentoo 9999 version)
Steps to Reproduce and Observed Behavior
/home/theo/chromium/build.zig.zon:10:20: error: unable to unpack tarball to temporary directory: TarComponentsOutsideStrippedPrefix
.url = "https://chromium.googlesource.com/chromium/tools/depot_tools.git/+archive/refs/heads/main.tar.gz",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It seems like there may need to be some kind of way to set strip_components here.
Expected Behavior
The zig package manager should succesfully download depot_tools.
Zig Version
0.12.0 (gentoo 9999 version)
Steps to Reproduce and Observed Behavior
/home/theo/chromium/build.zig.zon:10:20: error: unable to unpack tarball to temporary directory: TarComponentsOutsideStrippedPrefix
.url = "https://chromium.googlesource.com/chromium/tools/depot_tools.git/+archive/refs/heads/main.tar.gz",
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
It seems like there may need to be some kind of way to set strip_components here.
Expected Behavior
The zig package manager should succesfully download depot_tools.