try to fix travis

master
equation314 6 years ago
parent 9484651b97
commit 61e55e3c0a

@ -47,10 +47,9 @@ install:
sudo apt update;
sudo apt install musl-tools linux-headers-$(uname -r);
elif [ $TRAVIS_OS_NAME = osx ]; then
brew tap altkatz/homebrew-gcc_cross_compilers;
brew install FiloSottile/musl-cross/musl-cross --with-aarch64;
brew tap SergioBenitez/osxct;
brew install aarch64-none-elf;
brew install FiloSottile/musl-cross/musl-cross --with-aarch64;
fi;
fi
- if [ $ARCH = i386 ]; then

Loading…
Cancel
Save