Temp workaround to move to node@10 on Homebrew

This commit is contained in:
Alexandre Lissy 2020-01-10 12:25:20 +01:00
parent 0facbb03d3
commit 3bbed56f1e

View File

@ -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} &&