]> git.lizzy.rs Git - rust.git/blob - src/ci/docker/host-x86_64/disabled/dist-x86_64-haiku/fetch-packages.sh
Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnay
[rust.git] / src / ci / docker / host-x86_64 / disabled / dist-x86_64-haiku / fetch-packages.sh
1 #!/usr/bin/env bash
2
3 wget http://packages.haiku-os.org/haikuports/master/hpkg/llvm-4.0.1-2-x86_64.hpkg
4 wget http://packages.haiku-os.org/haikuports/master/hpkg/llvm_libs-4.0.1-2-x86_64.hpkg
5
6 package extract -C /system llvm-4.0.1-2-x86_64.hpkg
7 package extract -C /system llvm_libs-4.0.1-2-x86_64.hpkg
8
9 rm -f *.hpkg