From 2fa2e171349021edc853d01e907c4e4d827b6aca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Saint-Jacques?= Date: Mon, 3 Feb 2020 08:16:41 -0500 Subject: [PATCH] ARROW-7466: [CI] Disable gandiva OSX jar This has been failing for months, disabling as it seems no one is affected. --- dev/tasks/gandiva-jars/travis.osx.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/dev/tasks/gandiva-jars/travis.osx.yml b/dev/tasks/gandiva-jars/travis.osx.yml index 5626b1b795d..23a5d3b17f0 100644 --- a/dev/tasks/gandiva-jars/travis.osx.yml +++ b/dev/tasks/gandiva-jars/travis.osx.yml @@ -53,14 +53,15 @@ script: - dev/tasks/gandiva-jars/build-cpp-osx.sh || travis_terminate 1 - dev/tasks/gandiva-jars/build-java.sh || travis_terminate 1 -deploy: - provider: releases - api_key: $CROSSBOW_GITHUB_TOKEN - file_glob: true - file: dist/*.jar - skip_cleanup: true - on: - tags: true +# ARROW-7466 +# deploy: +# provider: releases +# api_key: $CROSSBOW_GITHUB_TOKEN +# file_glob: true +# file: dist/*.jar +# skip_cleanup: true +# on: +# tags: true notifications: email: