From 3bbed56f1ebc7f1c93f8cef0d7a55bfe4fd8d917 Mon Sep 17 00:00:00 2001 From: Alexandre Lissy Date: Fri, 10 Jan 2020 12:25:20 +0100 Subject: [PATCH] Temp workaround to move to node@10 on Homebrew --- taskcluster/darwin-opt-base.tyml | 1 + 1 file changed, 1 insertion(+) diff --git a/taskcluster/darwin-opt-base.tyml b/taskcluster/darwin-opt-base.tyml index 4b107aa0..ff405121 100644 --- a/taskcluster/darwin-opt-base.tyml +++ b/taskcluster/darwin-opt-base.tyml @@ -102,6 +102,7 @@ payload: cd $TASKCLUSTER_TASK_DIR/DeepSpeech/ds && git checkout --quiet ${event.head.sha} && ln -s $TASKCLUSTER_TASK_DIR/DeepSpeech/ds/native_client/ $TASKCLUSTER_TASK_DIR/DeepSpeech/tf/native_client && cd $TASKCLUSTER_TASK_DIR && + sed -i '' -e 's/node@8/node@10/g' $TASKCLUSTER_TASK_DIR/DeepSpeech/tf/tc-brew.sh && $TASKCLUSTER_TASK_DIR/DeepSpeech/tf/tc-brew.sh && $TASKCLUSTER_TASK_DIR/homebrew/bin/brew reinstall swig && ${swig.patch_nodejs.osx_v12} &&