From 437bc3280057d1191098d9ebefb352509f35b26b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 4 Jan 2017 13:25:56 -0700 Subject: [PATCH] Use redox-os brew --- .travis.yml | 4 +--- bootstrap.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 01fbb25..efb4c03 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,7 @@ before_install: - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update && brew install nasm pkg-config Caskroom/cask/osxfuse && - brew tap glendc/gcc_cross_compilers && - brew install glendc/gcc_cross_compilers/x64-elf-binutils && - travis_wait brew install glendc/gcc_cross_compilers/x64-elf-gcc; + travis_wait 30 brew install redox-os/gcc_cross_compilers/x86_64-elf-gcc; fi script: - make clean && diff --git a/bootstrap.sh b/bootstrap.sh index b2e808e..dc24ee0 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -129,7 +129,7 @@ osx_homebrew() install_brew_pkg "pkg-config" install_brew_cask_pkg "osxfuse" - install_brew_pkg "djphoenix/gcc_cross_compilers/x86_64-elf-gcc" + install_brew_pkg "redox-os/gcc_cross_compilers/x86_64-elf-gcc" } ###############################################################################