We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a5d2f5 commit 0936b58Copy full SHA for 0936b58
.evergreen/config.in.yml
@@ -293,6 +293,7 @@ functions:
293
env:
294
PROJECT_DIRECTORY: ${PROJECT_DIRECTORY}
295
TS_VERSION: "next"
296
+ TRY_COMPILING_DRIVER: "false" # TODO(NODE-4293): Unskip compiling against next and fix 4.8 issues
297
binary: bash
298
args:
299
- "${PROJECT_DIRECTORY}/.evergreen/run-typescript.sh"
.evergreen/config.yml
@@ -265,6 +265,7 @@ functions:
265
266
267
TS_VERSION: next
268
+ TRY_COMPILING_DRIVER: 'false'
269
270
271
- ${PROJECT_DIRECTORY}/.evergreen/run-typescript.sh
0 commit comments