[Hamlib-developer] [Hamlib/Hamlib] b90e1d: Need to add '-y' to apt commands in images used by...
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Nate B. <no...@gi...> - 2025-09-12 23:28:49
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: b90e1d10b1063fd608f1694f920f43e512a1ceeb https://github.com/Hamlib/Hamlib/commit/b90e1d10b1063fd608f1694f920f43e512a1ceeb Author: Nate Bargmann <n0...@n0...> Date: 2025-09-12 (Fri, 12 Sep 2025) Changed paths: M .github/workflows/ubuntu-latest-no-features.yml Log Message: ----------- Need to add '-y' to apt commands in images used by act Using act to locally test workflow runs downloads a Ubuntu image that is not configured to assume "yes" to apt commands. While this is extra clutter for the GitHub image, its presence should be useful for others want to locally test the workflow using act. https://github.com/nektos/act Commit: 85bd4882dd2ea8f9fc398b440219bb965c48911c https://github.com/Hamlib/Hamlib/commit/85bd4882dd2ea8f9fc398b440219bb965c48911c Author: Nate Bargmann <n0...@n0...> Date: 2025-09-12 (Fri, 12 Sep 2025) Changed paths: A .github/workflows/ubuntu-latest-features.yml Log Message: ----------- Add the Ubuntu workflow with all features enabled. Perhaps this can be merged with the no-features variant once a way to give unique names to the resulting tar files is configured. Commit: 410c172ed67da2dd3b9b001df524698e05d72805 https://github.com/Hamlib/Hamlib/commit/410c172ed67da2dd3b9b001df524698e05d72805 Author: Nate Bargmann <n0...@n0...> Date: 2025-09-12 (Fri, 12 Sep 2025) Changed paths: A .github/workflows/macos-latest-features.yml A .github/workflows/macos-latest-no-features.yml Log Message: ----------- First cut at MacOS workflows with tar'd artifacts Unfortunately, unlike with Ubuntu, MacOS is not available in act, so these are not tested until they get pushed to master on GitHub. The objective of these files is to generate a tarball of all build artifacts so that a build failure can be more fully investigated. I ran out of time to figure out how to come up with a way to have unique tar file names. Separate files will do for now. Compare: https://github.com/Hamlib/Hamlib/compare/bae995413d33...410c172ed67d To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |