Closed
Description
I'm using Nix to install emscripten
(2.0.27) and the folder where it is installed is read-only (and immutable), therefore, whenever I try to use the cache setup to ~/.cache/emscripten
, it fails as: safe_copy
uses shutil.copy
rather than shutil.copyfile
.
The issue is rather similar to mkdocs/mkdocs#1292 ; making it impossible to run embuilder build SYSTEM
and compiles something.
Would that be possible to use shutil.copyfile
or ensure that copied files have +w
when caching is performed?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels