You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2018/12/11 03:30:42 UTC

[arrow] branch master updated: ARROW-3993: [JS] CI Jobs Failing

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new bb3fa4b  ARROW-3993: [JS] CI Jobs Failing
bb3fa4b is described below

commit bb3fa4b871b26df786c8f67b23208aae719b56e9
Author: Brian Hulette <hu...@gmail.com>
AuthorDate: Mon Dec 10 21:30:34 2018 -0600

    ARROW-3993: [JS] CI Jobs Failing
    
    Use `gulp@4.0.0` rather than `gulp@next`
    
    Author: Brian Hulette <hu...@gmail.com>
    
    Closes #3153 from TheNeuralBit/gulp-fix and squashes the following commits:
    
    e5d2e74c4 <Brian Hulette> gulp@{next->4.0.0}
---
 integration/integration_test.py | 2 +-
 js/package.json                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/integration/integration_test.py b/integration/integration_test.py
index 8021aa6..3bd37bd 100644
--- a/integration/integration_test.py
+++ b/integration/integration_test.py
@@ -1053,7 +1053,7 @@ class CPPTester(Tester):
         'ARROW_CPP_EXE_PATH',
         os.path.join(ARROW_HOME, 'cpp/build/debug'))
 
-    CPP_INTEGRATION_EXE = os.path.join(EXE_PATH, 'json-integration-test')
+    CPP_INTEGRATION_EXE = os.path.join(EXE_PATH, 'arrow-json-integration-test')
     STREAM_TO_FILE = os.path.join(EXE_PATH, 'stream-to-file')
     FILE_TO_STREAM = os.path.join(EXE_PATH, 'file-to-stream')
 
diff --git a/js/package.json b/js/package.json
index 9f76819..cf49e41 100644
--- a/js/package.json
+++ b/js/package.json
@@ -72,7 +72,7 @@
     "del": "3.0.0",
     "glob": "7.1.3",
     "google-closure-compiler": "20181008.0.0",
-    "gulp": "next",
+    "gulp": "4.0.0",
     "gulp-json-transform": "0.4.5",
     "gulp-rename": "1.4.0",
     "gulp-sourcemaps": "2.6.4",