Releases: epics-base/ci-scripts
Releases · epics-base/ci-scripts
Release 3.4.1
Bugfix release:
- Fix breaking issues on Windows builds (on newer AppVeyor and GHA runners)
- Use colorized compiler output where available
- Update OS and compiler versions for GitHub Actions (drop Ubuntu 18)
- Minor improvements, updates and bug fixes.
Because of changes in the Python unittest
module, the unit test of ci-scripts requires Python >= 3.2.
The ci-scripts module itself requires Python >= 2.7.
Release 3.4
Minor release:
- New cross-build implementation supporting many target OS/arch
- Update OS and compiler versions for GitHub Actions
- Minor bug fixes.
Release 3.3
Minor release:
- New RTEMS build chain supporting RTEMS 5
- Use MSYS2 for MinGW builds on Windows
- Minor bug fixes.
Release 3.2
Minor release:
- Support for builds on GitLab CI/CD (Docker container runners).
- Minor bug fixes.
Bugfix release 3.1.1
Fixes numerous bugs in the GitHub Actions example configuration files.
Release 3.1
Minor release:
- Special treatment of
*_HOOK
files:*.patch
,*.zip
and*.7z
are applied or extracted. - Support for builds on GitHub Actions (up to 20 parallel runners).
Bugfix release 3.0.2
Featuring:
- Fix a bug that kept the
EXTRA
make arguments from working (introduced in 3.0.0) - Re-add the command that fixes erroneous
/etc/hosts
entries on Travis/Linux (issue introduced in 3.0.0) - Add support for APT variable to install additional packages using
apt-get
- Run
make clean
on cached dependency modules to reduce cache size.
Bugfix release 3.0.1
Fixes a bug introduced in 3.0.0 (35f5bef) that caused builds to fail because of exceptions thrown that claim that setup files are not found.
Release 3.0
Major release:
- Single consolidated
cue.py
Python implementation for all services and OSs - Support for Windows builds on Travis (five parallel runners).
Existing configuration files (.appveyor.yml
as well as .travis.yml
) have to be updated to use this release of ci-scripts. Please refer to the Migration Hints in the README for details.