packj icon indicating copy to clipboard operation
packj copied to clipboard

Provide `sandbox.o` for other architectures

Open KyeRussell opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I cannot use sandbox.o in non-x86-64 environments, e.g. More concretely/specifically, I can't run Packj on an Apple Silicon (ARM) Mac without using some sort of emulation/translation/virtualisation layer (e.g. running the amd64 Docker image).

Describe the solution you'd like Ideally, sandbox.o should be open-sourced, but I can see that this has been discussed elsewhere (e.g. #67). In which case, a compilation should be provided for other common architectures (like ARM).

KyeRussell avatar Mar 31 '24 08:03 KyeRussell

Sorry for my belated response! Currently, Packj audit does not use sandbox.o. Also, I don't have access to an Apple Silicon (ARM) Mac to provide support for it immediately. What is your use case? Are you trying to test packages by installing them in a sandbox? Thanks!

ashishbijlani avatar Jul 19 '24 16:07 ashishbijlani