We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41f4a5 commit f5c1c6fCopy full SHA for f5c1c6f
ci/install.sh
@@ -15,18 +15,19 @@ install_binutils() {
15
install_c_toolchain() {
16
local dropbox_url=https://www.dropbox.com/sh/y9w7l5fk57vyikt/AABhZePp6j827VielYZvSa4Pa
17
18
+ pushd /usr
19
case $TARGET in
20
aarch64-unknown-linux-gnu)
21
sudo apt-get install -y --no-install-recommends \
22
gcc-aarch64-linux-gnu libc6-arm64-cross libc6-dev-arm64-cross
23
;;
24
mips-unknown-linux-gnu)
- cd /usr
25
curl -sL $dropbox_url/gcc-mips-linux-gnu.tar.xz?dl=1 | sudo tar -xJ
26
27
*)
28
29
esac
30
+ popd
31
}
32
33
install_rust() {
0 commit comments