Merge pull request #2657 from lissyx/node-10
Temp workaround to move to node@10 on Homebrew
This commit is contained in:
commit
2d47855e21
@ -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} &&
|
||||
|
Loading…
Reference in New Issue
Block a user