Attempt to fix builds on OS X
This commit is contained in:
parent
9e63156c09
commit
6205765d07
|
@ -5,6 +5,7 @@ rust:
|
||||||
cache: cargo
|
cache: cargo
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
- osx
|
||||||
dist: trusty
|
dist: trusty
|
||||||
before_install:
|
before_install:
|
||||||
- if [ `uname` = "Linux" ]; then
|
- if [ `uname` = "Linux" ]; then
|
||||||
|
@ -14,9 +15,7 @@ before_install:
|
||||||
sudo chown root:$USER /etc/fuse.conf;
|
sudo chown root:$USER /etc/fuse.conf;
|
||||||
fi
|
fi
|
||||||
- if [ `uname` = "Darwin" ]; then brew update &&
|
- if [ `uname` = "Darwin" ]; then brew update &&
|
||||||
brew install nasm gcc49 pkg-config Caskroom/cask/osxfuse &&
|
brew install nasm gcc49 pkg-config Caskroom/cask/osxfuse djphoenix/gcc_cross_compilers/x86_64-elf-gcc;
|
||||||
brew tap glendc/gcc_cross_compilers &&
|
|
||||||
brew install glendc/gcc_cross_compilers/x64-elf-binutils glendc/gcc_cross_compilers/x64-elf-gcc;
|
|
||||||
fi
|
fi
|
||||||
script:
|
script:
|
||||||
- make clean &&
|
- make clean &&
|
||||||
|
|
|
@ -129,8 +129,7 @@ osx_homebrew()
|
||||||
install_brew_pkg "pkg-config"
|
install_brew_pkg "pkg-config"
|
||||||
install_brew_cask_pkg "osxfuse"
|
install_brew_cask_pkg "osxfuse"
|
||||||
|
|
||||||
install_brew_pkg "glendc/gcc_cross_compilers/x64-elf-binutils" "x86_64-elf-gcc"
|
install_brew_pkg "djphoenix/gcc_cross_compilers/x86_64-elf-gcc"
|
||||||
install_brew_pkg "glendc/gcc_cross_compilers/x64-elf-gcc" "x86_64-elf-gcc"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
Loading…
Reference in a new issue