diff options
-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. # |