Releases: lpenz/ghaction-cmake
Releases · lpenz/ghaction-cmake
v0.23.0
Commits
- 9576757: Fix test_sanitize.py to work with python 3.12 (Leandro Lisboa Penz)
- f6937f7: Update github actions (Leandro Lisboa Penz)
- 0ec269c: Replace Ubuntu Kinetic with Noble, the latest LTS (Leandro Lisboa Penz)
- 23d8d4c: Disable fail-fast to explore instead of exploit (Leandro Lisboa Penz)
- 259903f: Remove arm/v6 from platforms that don't provide a docker image for it (Leandro Lisboa Penz)
- fcd5930: Try to fix arm64 libc sigsegv issue by installing qemu 6.2.0-26 (Leandro Lisboa Penz)
v0.22.0
v0.21.2
Commits
- update github actions (Leandro Lisboa Penz)
- 7ae0a1f: Add debian trixie to CI build (Leandro Lisboa Penz)
v0.21.1
Commits
- add explicit debian, bookworm and ubuntu jammy, kinetic (Leandro Lisboa Penz)
v0.21.0
Commits
- d87a359: git config safe.directory to avoid problems in CI (Leandro Lisboa Penz)
v0.20.0
CI: also build Ubuntu and Raspberry Pi OS variants
Check preset
- Fail on unknown preset
- Fix examples
Raspbian support
Add raspbian buster and bullseye variants
Add support for `pre_command`
pre_command executed during setup, which now does:
- go to working-directory
- pre_command
- dependencies_debian
This makes pre_command more flexible, and gives it the opportunity to
affect debian repositories.
Fixes #11
Full Changelog: v0.16...v0.17
Check dependencies
- Run
apt-get update
before installing dependencies. - Check error code of dependency commands:
apt-get update
andapt-get install ...