Skip to content

Releases: epics-base/ci-scripts

Release 3.4.2

18 Nov 10:15
v3.4.2

Choose a tag to compare

Bugfix/update release:

  • Introduce --add-env for appending to generic environment variables
  • Update GHA actions
  • Adapt to changes in GHA runners (remove macos-13; use more CPUs if available)
  • Minor improvements, updates and bug fixes.

Release 3.4.1

04 Nov 14:25
v3.4.1

Choose a tag to compare

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

22 Jul 13:38

Choose a tag to compare

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

09 Apr 16:49

Choose a tag to compare

Minor release:

  • New RTEMS build chain supporting RTEMS 5
  • Use MSYS2 for MinGW builds on Windows
  • Minor bug fixes.

Release 3.2

19 Oct 06:55

Choose a tag to compare

Minor release:

  • Support for builds on GitLab CI/CD (Docker container runners).
  • Minor bug fixes.

Bugfix release 3.1.1

30 Jun 07:53

Choose a tag to compare

Fixes numerous bugs in the GitHub Actions example configuration files.

Release 3.1

29 Jun 15:38

Choose a tag to compare

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

23 Jun 16:22

Choose a tag to compare

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

15 Jun 12:31

Choose a tag to compare

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

15 Jun 09:53

Choose a tag to compare

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.