Message ID | 20190410205224.69977-1-bruce.richardson@intel.com |
---|---|
Headers | show |
Series |
|
Related | show |
On Wed, 2019-04-10 at 21:52 +0100, Bruce Richardson wrote: > In order to ensure good test coverage, we sometimes need to run > builds > on distros with older compilers, such as gcc 4.8 on RHEL/Centos 7. > This > patchset does a small amount of clean-up to test-meson-builds.sh > script > to allow it to be used for such gcc builds. > > Bruce Richardson (3): > devtools/test-meson-builds: skip missing compilers > devtools/test-meson-builds: support older compilers > devtools/test-meson-builds: fix bash-isms > > devtools/test-meson-builds.sh | 21 ++++++++++++++------- > 1 file changed, 14 insertions(+), 7 deletions(-) Series-acked-by: Luca Boccassi <bluca@debian.org>
11/04/2019 10:48, Luca Boccassi: > On Wed, 2019-04-10 at 21:52 +0100, Bruce Richardson wrote: > > In order to ensure good test coverage, we sometimes need to run > > builds > > on distros with older compilers, such as gcc 4.8 on RHEL/Centos 7. > > This > > patchset does a small amount of clean-up to test-meson-builds.sh > > script > > to allow it to be used for such gcc builds. > > > > Bruce Richardson (3): > > devtools/test-meson-builds: skip missing compilers > > devtools/test-meson-builds: support older compilers > > devtools/test-meson-builds: fix bash-isms > > > > devtools/test-meson-builds.sh | 21 ++++++++++++++------- > > 1 file changed, 14 insertions(+), 7 deletions(-) > > Series-acked-by: Luca Boccassi <bluca@debian.org> Applied with proposed change in patch 1, thanks.