Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit 2d47855

Browse files
authored
Merge pull request #2657 from lissyx/node-10
Temp workaround to move to node@10 on Homebrew
2 parents 0facbb0 + 3bbed56 commit 2d47855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

taskcluster/darwin-opt-base.tyml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ payload:
102102
cd $TASKCLUSTER_TASK_DIR/DeepSpeech/ds && git checkout --quiet ${event.head.sha} &&
103103
ln -s $TASKCLUSTER_TASK_DIR/DeepSpeech/ds/native_client/ $TASKCLUSTER_TASK_DIR/DeepSpeech/tf/native_client &&
104104
cd $TASKCLUSTER_TASK_DIR &&
105+
sed -i '' -e 's/node@8/node@10/g' $TASKCLUSTER_TASK_DIR/DeepSpeech/tf/tc-brew.sh &&
105106
$TASKCLUSTER_TASK_DIR/DeepSpeech/tf/tc-brew.sh &&
106107
$TASKCLUSTER_TASK_DIR/homebrew/bin/brew reinstall swig &&
107108
${swig.patch_nodejs.osx_v12} &&

0 commit comments

Comments
 (0)