Remove Homebrew node workaround

This commit is contained in:
Alexandre Lissy 2020-01-13 11:00:47 +01:00
parent b18675eae5
commit e4acdd7545

View File

@ -98,7 +98,6 @@ 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} &&