Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
[build] avoid extra bootstrap (elastic#24697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer committed Oct 29, 2018
1 parent 621d627 commit 4afe34b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 32 deletions.
2 changes: 0 additions & 2 deletions src/dev/build/build_distributables.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import { getConfig, createRunner } from './lib';

import {
BootstrapTask,
BuildPackagesTask,
CleanExtraBinScriptsTask,
CleanExtraBrowsersTask,
Expand Down Expand Up @@ -92,7 +91,6 @@ export async function buildDistributables(options) {
*/
await run(VerifyEnvTask);
await run(CleanTask);
await run(BootstrapTask);
await run(downloadFreshNode ? DownloadNodeBuildsTask : VerifyExistingNodeBuildsTask);
await run(ExtractNodeBuildsTask);

Expand Down
29 changes: 0 additions & 29 deletions src/dev/build/tasks/bootstrap_task.js

This file was deleted.

1 change: 0 additions & 1 deletion src/dev/build/tasks/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
* under the License.
*/

export * from './bootstrap_task';
export * from './build_packages_task';
export * from './clean_tasks';
export * from './copy_source_task';
Expand Down

0 comments on commit 4afe34b

Please sign in to comment.