mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
Cannot build Pkl without permissions to write to cache dir #297
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bioball on GitHub (Mar 1, 2025).
The build fails with file system exceptions, due to native-image attempting to create folders there
This is causing homebrew to fail the build: https://github.com/Homebrew/homebrew-core/actions/runs/13549918432/job/37876670696?pr=209038#step:3:246
Should allow builds to configure the cache dir (native-image has flag
-Dpolyglot.engine.userResourceCache=writableFolderfor this).(Yay 1000!)