A build function in a manifest should only be able to run commands from the source dir (i.e. scripts “./“) or they need to be listed a compile dependency. This will require a bootstraped build system:
- make
- c compiler, clang or gnu cc
- etc
Look into using prebuilt zig cc for bootstrapping those tools.
Also make sure the build function can only run things that are in packa/store by sandboxin #5
A build function in a manifest should only be able to run commands from the source dir (i.e. scripts “./“) or they need to be listed a compile dependency. This will require a bootstraped build system:
Look into using prebuilt zig cc for bootstrapping those tools.
Also make sure the build function can only run things that are in packa/store by sandboxin #5