Skip to content

Commit

Permalink
Drop 7zip from Windows dev-env (#12590)
Browse files Browse the repository at this point in the history
* Drop 7zip from Windows dev-env

The download has flaked a few times over the last few days and if we
don’t need it, there’s no point in worrying about it.

changelog_begin
changelog_end

* .

changelog_begin
changelog_end

* Revert "."

This reverts commit 56c2d23.
  • Loading branch information
cocreature authored Jan 26, 2022
1 parent 215a63d commit 159f384
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 46 deletions.
1 change: 0 additions & 1 deletion .dadew
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"version": "0.0.8",
"manifests": "dev-env\\windows\\manifests",
"tools": [
"7zip",
"bazel",
"cacert",
"curl",
Expand Down
41 changes: 0 additions & 41 deletions dev-env/windows/manifests/7zip.json

This file was deleted.

8 changes: 4 additions & 4 deletions dev-env/windows/manifests/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://nodejs.org/dist/v14.18.3/node-v14.18.3-win-x64.7z",
"hash": "456f3d26f900dbf0221b311884e81926b4aea96d75e57b30ab6cb142d05e10d9",
"url": "https://nodejs.org/dist/v14.18.3/node-v14.18.3-win-x64.zip",
"hash": "9fd6acd826c499353b186d784ba8de7aa14a5764648ffdb19dc7edf9f688e940",
"extract_dir": "node-v14.18.3-win-x64"
},
"32bit": {
"url": "https://nodejs.org/dist/v14.18.3/node-v14.18.3-win-x86.7z",
"hash": "a7ec2f7d8a5973869eebae31f24d859bfb363bb9df8ad19404ff28b84784c0e1",
"url": "https://nodejs.org/dist/v14.18.3/node-v14.18.3-win-x86.zip",
"hash": "39512195eb68641c944c822a1b47802e02dda26487baeb109478bda54b0528bc",
"extract_dir": "node-v14.18.3-win-x86"
}
},
Expand Down

0 comments on commit 159f384

Please sign in to comment.