.cirrus.yml: add bash to the brew packages

Like the sed we include earlier we want something more recent for
iotests to work.

Fixes: 57ee95ed
Cc: Max Reitz <mreitz@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20200710182238.10675-1-alex.bennee@linaro.org>
This commit is contained in:
Alex Bennée 2020-07-10 17:30:21 +01:00
parent bf7801df66
commit 83c85bf1d6

View File

@ -20,7 +20,7 @@ macos_task:
osx_instance: osx_instance:
image: mojave-base image: mojave-base
install_script: install_script:
- brew install pkg-config python gnu-sed glib pixman make sdl2 - brew install pkg-config python gnu-sed glib pixman make sdl2 bash
script: script:
- mkdir build - mkdir build
- cd build - cd build
@ -33,7 +33,7 @@ macos_xcode_task:
# this is an alias for the latest Xcode # this is an alias for the latest Xcode
image: mojave-xcode image: mojave-xcode
install_script: install_script:
- brew install pkg-config gnu-sed glib pixman make sdl2 - brew install pkg-config gnu-sed glib pixman make sdl2 bash
script: script:
- mkdir build - mkdir build
- cd build - cd build