magicpak
magicpak copied to clipboard
:hammer: Build minimal docker images without static linking
- gets uninformative message when cc is not found https://github.com/coord-e/magicpak/blob/e9fb346124dbcc6074eb5ff21a52a8303016216c/src/action/bundle_shared_object_dependencies.rs#L14 - empty path causes panic https://github.com/coord-e/magicpak/blob/de1e87fd207a625c8e39a09872b3b14b254923ae/src/domain/executable.rs#L96
Necessary to keep images up-to-date with base images
Currently tests in AArch46 is entirely disabled: https://github.com/coord-e/magicpak/blob/de1e87fd207a625c8e39a09872b3b14b254923ae/.github/workflows/test.yml#L40 We need to use native ARM builder because we can't ptrace on QEMU. https://cirrus-ci.org/ might be an option.
for a ruby example app that we converted we saw cpu and throttling jump pretty bad (it's not a big deal since it's still super small), but some guidance on...
``` Device or resource busy - getaddrinfo (Errno::EBUSY) ``` did not find anything on the web that would help ... something about ulimit might be setup wrong :/ ``` require...
try arm
just to see if it would work ... for https://github.com/coord-e/magicpak/issues/5
Bumps [tempfile](https://github.com/Stebalien/tempfile) from 3.5.0 to 3.7.1. Changelog Sourced from tempfile's changelog. 3.7.1 Tempfile builds on haiku again. Under the hood, we've switched from the unlinkat/linkat syscalls to the regular unlink/link...
Bumps [clap](https://github.com/clap-rs/clap) from 4.1.14 to 4.3.19. Release notes Sourced from clap's releases. v4.3.19 [4.3.19] - 2023-07-21 Fixes (parse) Respect value_terminator even in the presence of later multiple-value positional arguments v4.3.18...
Bumps [assert_cmd](https://github.com/assert-rs/assert_cmd) from 2.0.11 to 2.0.12. Changelog Sourced from assert_cmd's changelog. [2.0.12] - 2023-07-14 Compatibility MSRV is now 1.66.0 Fixes Fix typo in failure output Commits 62478c7 chore: Release assert_cmd...
Bumps [goblin](https://github.com/m4b/goblin) from 0.6.1 to 0.7.1. Changelog Sourced from goblin's changelog. Changelog All notable changes to this project will be documented in this file. Before 1.0, this project does not...