mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 21:18:53 +00:00
travis: disable clang build
Clang repositories currently offline, causing build errors. Can be reverted once https://github.com/travis-ci/travis-ci/issues/6120 is fixed.
This commit is contained in:
parent
29c38d73a2
commit
22e0702e8d
1 changed files with 20 additions and 18 deletions
38
.travis.yml
38
.travis.yml
|
@ -13,24 +13,26 @@ matrix:
|
||||||
- gettext
|
- gettext
|
||||||
- libncurses5-dev
|
- libncurses5-dev
|
||||||
|
|
||||||
- os: linux
|
# Disable for now until
|
||||||
compiler: clang
|
# https://github.com/travis-ci/travis-ci/issues/6120 fixed
|
||||||
addons:
|
#- os: linux
|
||||||
apt:
|
# compiler: clang
|
||||||
sources:
|
# addons:
|
||||||
- llvm-toolchain-precise-3.8
|
# apt:
|
||||||
- ubuntu-toolchain-r-test
|
# sources:
|
||||||
packages:
|
# - llvm-toolchain-precise-3.8
|
||||||
- clang-3.8
|
# - ubuntu-toolchain-r-test
|
||||||
- llvm-3.8 # for llvm-symbolizer
|
# packages:
|
||||||
- bc
|
# - clang-3.8
|
||||||
- expect
|
# - llvm-3.8 # for llvm-symbolizer
|
||||||
- gettext
|
# - bc
|
||||||
- libncurses5-dev
|
# - expect
|
||||||
env:
|
# - gettext
|
||||||
- CXXFLAGS="-g -fno-omit-frame-pointer -fsanitize=address"
|
# - libncurses5-dev
|
||||||
- ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
# env:
|
||||||
before_install: export CXX=clang++-3.8
|
# - CXXFLAGS="-g -fno-omit-frame-pointer -fsanitize=address"
|
||||||
|
# - ASAN_OPTIONS=check_initialization_order=1:detect_stack_use_after_return=1:detect_leaks=1
|
||||||
|
# before_install: export CXX=clang++-3.8
|
||||||
|
|
||||||
- os: osx
|
- os: osx
|
||||||
before_install:
|
before_install:
|
||||||
|
|
Loading…
Reference in a new issue