runner-images
runner-images copied to clipboard
Add libtool on macos-14
Tool name
libtool
Tool license
GNU General Public License
Add or update?
- [X] Add
- [ ] Update
Desired version
whatever is latest
Approximate size
No response
Brief description of tool
GNU Libtool is a generic library support script that hides the complexity of using shared libraries behind a consistent, portable interface.
URL for tool's homepage
https://www.gnu.org/software/libtool/
Provide a basic test case to validate the tool's functionality.
This seems to have been included in `macos-13`, but not in `macos-14`.
Platforms where you need the tool
- [ ] Azure DevOps
- [X] GitHub Actions
Runner images where you need the tool
- [ ] Ubuntu 20.04
- [ ] Ubuntu 22.04
- [ ] macOS 11
- [ ] macOS 12
- [ ] macOS 13
- [ ] macOS 13 Arm64
- [X] macOS 14
- [X] macOS 14 Arm64
- [ ] Windows Server 2019
- [ ] Windows Server 2022
Can this tool be installed during the build?
brew install libtool
Tool installation time in runtime
No response
Are you willing to submit a PR?
Yes