Skip to content

Commit

Permalink
remove unnecessary compile task
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jul 25, 2024
1 parent 0c53c1a commit d995e72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
15 changes: 0 additions & 15 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3612,21 +3612,6 @@ tasks:
- {key: TYPES_VERSION, value: 20.14.10}
- func: install dependencies
- func: compile driver
- name: compile-driver-typescript-current-node-types-16.x
tags:
- compile-driver-typescript-current
- typescript-compilation
commands:
- command: expansions.update
type: setup
params:
updates:
- {key: NODE_LTS_VERSION, value: '16'}
- {key: NPM_VERSION, value: '9'}
- {key: TS_VERSION, value: current}
- {key: TYPES_VERSION, value: 16.x}
- func: install dependencies
- func: compile driver
- name: download-and-merge-coverage
tags: []
commands:
Expand Down
1 change: 0 additions & 1 deletion .evergreen/generate_evergreen_tasks.js
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,6 @@ function* makeTypescriptTasks() {
yield makeCheckTypesTask('4.4', '18.11.9');

yield makeCompileTask('current', typesVersion);
yield makeCompileTask('current', '16.x');
}

BUILD_VARIANTS.push({
Expand Down

0 comments on commit d995e72

Please sign in to comment.