abris has quit [Read error: Connection reset by peer]
abris has joined #crux-devel
abris has quit [Read error: Connection reset by peer]
abris has joined #crux-devel
dlcusa_ has joined #crux-devel
dlcusa has quit [Ping timeout: 248 seconds]
abris has quit [Ping timeout: 248 seconds]
abris has joined #crux-devel
abris has quit [Quit: Leaving]
<beerman>
jaeger: my problem was that I was still setting TAR_WRITER_OPTIONS="xz:threads=${JOBS}" over here ;) zstd works fine for me too
abris has joined #crux-devel
abris has quit [Client Quit]
rbnhn has quit [Remote host closed the connection]
henesy has quit [Write error: Connection reset by peer]
rbnhn has joined #crux-devel
henesy has joined #crux-devel
farkuhar has joined #crux-devel
ivandi has quit [Quit: WeeChat 4.5.1]
<jaeger>
Ah, ok
<jaeger>
Steffen had some options set but commented out in his issue report but I preferred to leave it up to the end user to mess with those if they wanted... what's your preference?
<jaeger>
Basically an if/else block checking for xz or zstd and setting vars
dlcusa_ is now known as dlcusa
<beerman>
We don't set them for anything else either. I'd opt for documentation. The real alternative would be to include examples for all valid compression options
<farkuhar>
archive_write_set_options(3) is the documentation for all valid compression options. Meanwhile I scanned through archive_read_set_options(3) looking for a way to achieve `bsdtar -p --no-xattrs -xf` using environment variable TAR_READER_OPTIONS, but that doesn't seem possible. Fallback solution: redefine unpack_source() in the Pkgfile, if the upstream tarball contains extended attributes not supported on all filesystems.