diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2024-11-10 09:00:44 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-10 09:00:44 +0530 |
commit | ce778a947e70616b435920fd6f1fc28c4b2a78d1 (patch) | |
tree | c7e5f4ee47f94f2279e745b1825959f82a66a22d /cli/mainrt.rs | |
parent | 01de3317424cc870913dbe85ff3b80eadaf8cc87 (diff) |
Revert "perf(upgrade): cache downloaded binaries in DENO_DIR" (#26799)
Reverts denoland/deno#26108
Tests are flaky on main
https://github.com/denoland/deno/commit/01de3317424cc870913dbe85ff3b80eadaf8cc87
Diffstat (limited to 'cli/mainrt.rs')
-rw-r--r-- | cli/mainrt.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/mainrt.rs b/cli/mainrt.rs index 9af61e128..f5b798f81 100644 --- a/cli/mainrt.rs +++ b/cli/mainrt.rs @@ -10,7 +10,6 @@ mod standalone; mod args; mod auth_tokens; mod cache; -mod download_deno_binary; mod emit; mod errors; mod file_fetcher; |