bash-static
bash-static copied to clipboard
Because we need exercises in minimalism.
From #17 - there are use cases for testing with old bash versions - mainly for macOS, which _still_ uses bash 3.2 and may utilise deployment scripts. Consider building 3.2/4.4...
Trying to run `bash` `5.1.016-1.2.3` (the `macos-x86_64` build) on the M1 seems to fail with: ``` dyld[28034]: Library not loaded: '/usr/local/opt/gettext/lib/libintl.8.dylib' Referenced from: '.../tools/bash--5.1.16/bash--darwin' Reason: tried: '/usr/local/opt/gettext/lib/libintl.8.dylib' (no such file),...
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.2.0 to 2.2.1. Release notes Sourced from uraimo/run-on-arch-action's releases. 2.2.1 What's Changed Bump @actions/core from 1.2.6 to 1.9.1 by @dependabot in uraimo/run-on-arch-action#87 Full Changelog: https://github.com/uraimo/run-on-arch-action/compare/v2.2.0...v2.2.1 Commits b818ac0...
Any reason not to strip result files?
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.5.0 to 2.5.1. Release notes Sourced from uraimo/run-on-arch-action's releases. 2.5.1 Fixing a typo and publishing the actual v2.5.1. 2.5.1 Maintenance release, cleaned up actions.yml, marking the token...
Bumps [uraimo/run-on-arch-action](https://github.com/uraimo/run-on-arch-action) from 2.8.1 to 3.0.1. Release notes Sourced from uraimo/run-on-arch-action's releases. 3.0.1 What's Changed docker: add ubuntu24.04 explicit version by @clintonsteiner in uraimo/run-on-arch-action#165 New Contributors @clintonsteiner made their first...
Bumping to new minor release and adding curl error handling Supercedes: #56
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @salmanmkc in actions/checkout#2248 Persist...