You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@buildstream.apache.org by Tristan Van Berkom <tr...@codethink.co.uk> on 2021/08/25 09:17:00 UTC

BuildStream 1.6.3 released

Hi all,

This is another bugfix release in the 1.6.x stable series, it
essentially bumps the minimum required version of grpcio, and overhauls
our CI, fixing some minor issues which arise when testing against more
recent versions of python libraries.


What is BuildStream ?
=====================
BuildStream is a Free Software tool for building/integrating software
stacks. It takes inspiration, lessons and use-cases from various
projects including OBS, Reproducible Builds, Yocto, Baserock,
Buildroot, Aboriginal, GNOME Continuous, JHBuild, Flatpak Builder and
Android repo.

BuildStream supports multiple build-systems (e.g. autotools, cmake,
distutils, make, meson), and can create outputs in a range of formats
(e.g. debian packages, flatpak runtimes, sysroots, system images) for
multiple platforms and chipsets.


=================
buildstream 1.6.3
=================

  o Support for python 3.9 now being tested in CI

  o CI overhaul to work more like it does in master

  o Refresh all dependencies which are being tested in CI, addressing
    a corner case crash that would occur when using bash completions
    and bleeding edge versions of the click library

  o Updated minimum required version of grpcio library to 1.30, as
    older versions are not working properly with existing artifact
    cache services.


Contributors:
=============
 - Javier Jardón
 - Tristan van Berkom


Where can I get it ?
====================
https://github.com/apache/buildstream/releases/tag/1.6.3

For more information on the BuildStream project, visit our home page
at https://buildstream.build/

Cheers,
    -Tristan