• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisiondb2b95d56434bb4afcd979fe2f585bfe5acdf206 (tree)
Time2019-05-21 17:12:47
AuthorThomas Huth <thuth@redh...>
CommiterThomas Huth

Log Message

cirrus / travis: Add gnu-sed and bash for macOS and FreeBSD

We are going to enable the qemu-iotests during "make check" again,
and for running the iotests, we need bash and gnu-sed.

Reviewed-by: Li-Wen Hsu <lwhsu@freebsd.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Acked-by: Christian Borntraeger <borntraeger@de.ibm.com>
Message-Id: <20190502084506.8009-5-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>

Change Summary

Incremental Difference

--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -7,7 +7,7 @@ freebsd_12_task:
77 cpu: 8
88 memory: 8G
99 install_script: pkg install -y
10- bison curl cyrus-sasl git glib gmake gnutls
10+ bash bison curl cyrus-sasl git glib gmake gnutls gsed
1111 nettle perl5 pixman pkgconf png usbredir
1212 script:
1313 - mkdir build
@@ -20,7 +20,7 @@ macos_task:
2020 osx_instance:
2121 image: mojave-base
2222 install_script:
23- - brew install pkg-config python glib pixman make sdl2
23+ - brew install pkg-config python gnu-sed glib pixman make sdl2
2424 script:
2525 - ./configure --python=/usr/local/bin/python3 || { cat config.log; exit 1; }
2626 - gmake -j$(sysctl -n hw.ncpu)
--- a/.travis.yml
+++ b/.travis.yml
@@ -42,6 +42,7 @@ addons:
4242 packages:
4343 - glib
4444 - pixman
45+ - gnu-sed
4546
4647
4748 # The channel name "irc.oftc.net#qemu" is encrypted against qemu/qemu