diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 15:34:05 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-12-20 15:34:05 +0200 |
commit | 7e3f60cbda74e5d73f173559bcdab0ebe3f0a9dd (patch) | |
tree | 9f7e7a591c9b7c9a20a4e409bf2d647e17db24a1 /test | |
parent | c7aed7b90e4f306afb1b09664de0c1e70b962f26 (diff) |
Disable local Clang test for now
Diffstat (limited to 'test')
-rwxr-xr-x | test | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -29,7 +29,6 @@ src=build2-$v info "making sure everythings is up to date..." b build2/ bpkg/ - # Test repository with the earliest and latest (development build via # /usr/local links) toolchains. # @@ -57,7 +56,11 @@ $src/build2-toolchain-$tcv.tar.gz \ http://pkg.cppget1/1/alpha done -for c in clang-3.5 clang-3.6; do + +# This doesn't work since libodb, etc are using libstdc++. +# +if false; then +for c in clang++-3.5 clang++-3.6; do etc/install \ --cxx $c \ --cppflags "-I/usr/include/apache2 -I/usr/include/apr-1.0" \ @@ -65,6 +68,8 @@ for c in clang-3.5 clang-3.6; do $src/build2-toolchain-$tcv.tar.gz \ http://pkg.cppget1/1/alpha done +fi + # Test installation requiring sudo. # |