Skip to content

Commit

Permalink
Temporarily disable Bazel tests on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-johnson committed Jul 13, 2017
1 parent 4486d40 commit cf96af8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ before_install:
- export CC=${CC_}
- sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test/
- sudo apt-get update
- wget https://github.com/bazelbuild/bazel/releases/download/"${BAZEL_VERSION}"/bazel_"${BAZEL_VERSION}"-linux-x86_64.deb
- sudo dpkg -i bazel_"${BAZEL_VERSION}"-linux-x86_64.deb
# Disabled for now: see https://github.com/halide/Halide/issues/2195
# - wget https://github.com/bazelbuild/bazel/releases/download/"${BAZEL_VERSION}"/bazel_"${BAZEL_VERSION}"-linux-x86_64.deb
# - sudo dpkg -i bazel_"${BAZEL_VERSION}"-linux-x86_64.deb
install:
- sudo apt-get -y --force-yes install ${CXX} ${CC} libedit-dev
# Make gcc4.8 the default gcc version
Expand Down
7 changes: 4 additions & 3 deletions test/scripts/build_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ elif [ ${BUILD_SYSTEM} = 'MAKE' ]; then

# Build our one-and-only Bazel test.
# --verbose_failures so failures are easier to figure out.
echo "Testing apps/bazeldemo..."
cd apps/bazeldemo
bazel build --verbose_failures :all
# Disabled for now: see https://github.com/halide/Halide/issues/2195
# echo "Testing apps/bazeldemo..."
# cd apps/bazeldemo
# bazel build --verbose_failures :all

else
echo "Unexpected BUILD_SYSTEM: \"${BUILD_SYSTEM}\""
Expand Down

0 comments on commit cf96af8

Please sign in to comment.