| commit | a40adc68cd082ddc023dff4d24cd3ab10fbbcf4c | [log] [tgz] |
|---|---|---|
| author | Sébastien Marie <semarie@users.noreply.github.com> | Wed Sep 07 19:30:57 2016 +0200 |
| committer | Sébastien Marie <semarie@users.noreply.github.com> | Fri Sep 09 06:24:40 2016 +0200 |
| tree | 40b96f0f82db1b09fb1013625d06270e58fb9cc2 | |
| parent | 44ed4873ed93d8f9f0d4c08b0d52b7d95146add6 [diff] [blame] |
use new openbsd-6.0 qcow2 image
diff --git a/ci/run-qemu.sh b/ci/run-qemu.sh index 70f312e..b2f457d 100644 --- a/ci/run-qemu.sh +++ b/ci/run-qemu.sh
@@ -19,10 +19,7 @@ case $TARGET in *-openbsd) - pkg_add rust curl gcc-4.8.4p4 - curl https://static.rust-lang.org/cargo-dist/2015-04-02/cargo-nightly-x86_64-unknown-openbsd.tar.gz | \ - tar xzf - -C /tmp - export PATH=$PATH:/tmp/cargo-nightly-x86_64-unknown-openbsd/cargo/bin + pkg_add cargo gcc%4.9 rust export CC=egcc ;;