Matt Larraz
Matt Larraz
Not much has changed here, but I still want to get a formal release out if possible. Full diff: https://github.com/iancanderson/ingreedy/compare/d0c054e073c999ce61e8940697b10f9d47208cab...b50640e2c6aa7932650e1611905c45b9cf52439f
This makes it easier to debug
### What are you trying to accomplish? Support ARM-based Linux architectures (like Graviton). See https://github.com/closeio/ciso8601/issues/123 ### What approach did you choose and why? Followed instructions from here: https://cibuildwheel.pypa.io/en/stable/options/#archs https://cibuildwheel.pypa.io/en/stable/faq/#emulation ###...
Fixes https://github.com/heroku/heroku-buildpack-ruby/issues/1457
* Copies the existing `resolve-version-linux` and `resolve-version-darwin` to `resolve-version-linux-x64` and `resolve-version-darwin-x64` * Adds new Makefile steps to build these for ARM * Rewrite `get_cpu()` bash function to support ARM (and...
First step at addressing https://github.com/heroku/buildpacks-nodejs/issues/938 This preserves the existing script's behavior while also allowing it to read the newer Inventory format from `heroku_inventory_utils` as used in https://github.com/heroku/buildpacks-nodejs/blob/main/buildpacks/nodejs-engine/src/main.rs. I also added...
The changes in https://github.com/heroku/buildpacks-nodejs/pull/814 intentionally skipped these files used exclusively by the classic buildpack: * https://github.com/heroku/buildpacks-nodejs/blob/main/common/nodejs-utils/src/bin/generate_inventory.rs * https://github.com/heroku/buildpacks-nodejs/blob/main/common/nodejs-utils/src/bin/resolve_version.rs Migrating these is a blocker to allowing the classic buildpack to support...
AFAICT this project is currently not actually testing under different Rails versions. I'm unaware of any logic that switches off the `$APPRAISAL` variable and looking at the logs it appears...