Files
werkator/tools
mhoennigandClaude Fable 5 598e8d335f rootfs build: anchor the tar excludes to the archive root
--exclude=sys matched every path component named sys anywhere in the
tree — GNU tar applies slash-less patterns to all components — and so
silently dropped usr/share/go-1.24/src/internal/runtime/sys from the
archive, breaking every go build in the sandbox with 'package
internal/runtime/sys is not in std'. The excludes are now anchored
(./proc, ./sys, ./dev), so only the top-level mountpoints stay out.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-09-01 08:02:08 +02:00
..
2026-06-09 14:31:35 +02:00