|
You are here |
www.augmentedmind.de | ||
| | | | |
enix.io
|
|
| | | | | This serie of articles deals with solutions for Docker image size optimization. In this first part, we talk about *multi-stage build*. We also explain differences between static and dynamic libraries and why it matters. We also describe the use of the famous Alpine Linux distribution. | |
| | | | |
mesonbuild.com
|
|
| | | | | [AI summary] The Meson Build System's Wrap dependency system automates the process of embedding third-party libraries and dependencies into a project, simplifying multiplatform development by allowing automatic downloading and integration of required components. | |
| | | | |
some-natalie.dev
|
|
| | | | | Some containers are big, but reliably reducing their size isn't difficult or complicated. Let's start simple by tidying our container's build steps. | |
| | | | |
neovintage.org
|
|
| | | Crystal isn't yet ready to run on a Mac M1. Sad, I know. In the meantime, I found these instructions from Max Fierke to be helpful. His post tries taking you through the whole process of cross-compiling Crystal to arm64 but I didn't want to have to manage a hand-rolled version. These are the commands that I used to get Crystal running using Rosetta: # installs the version of Homebrew that works with ARM $ /bin/bash -c "$(curl -fsSL https://raw. | ||