Skip to content

Autoproj 2.12.0 and Autobuild 1.20.0 have been released !

Compare
Choose a tag to compare
@doudou doudou released this 27 Feb 11:52
· 221 commits to master since this release

User-facing changes

  • fixed Bundler warnings
  • configuration defaults are now properly converted to their canonical form. This means that passing e.g. default: 'yes' when defining a boolean configuration variable now returns the canonical boolean true value instead of having to test against 'yes' explicitely.
  • Autoproj can now be told to avoid updating Bundler altogether, in cases where new Bundler versions would have breaking changes (or bugs). Just bootstrap with --bundler-version=VERSION_CONSTRAINT

New experimental functionality

  • autoproj cache can now cache the gems. Support for precompiling gems currently requires the installation of a fork of gem-compiler.
  • build and utility reports (for CI) are now updated incrementally, which ensures that they are up-to-date even if the build gets interrupted