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" } ###############################################################################