Skip to content

Commit

Permalink
dev-env/windows: pin 7zip (digital-asset#17003)
Browse files Browse the repository at this point in the history
* dev-env/windows: pin 7zip

* check local manifest is used

* rename manifest

* move to gcloud
  • Loading branch information
garyverhaegen-da authored Jun 16, 2023
1 parent ef441d5 commit 7cd661a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions dev-env/windows/manifests/7zip.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"version": "19.00",
"description": "7-Zip 19.00 helper package (for extracting files in other packages)",
"homepage": "https://www.7-zip.org/",
"license": "LGPL-2.1-or-later",
"architecture": {
"64bit": {
"_url": "https://download.sourceforge.net/project/sevenzip/7-Zip/19.00/7z1900-x64.msi",
"url": "https://storage.googleapis.com/daml-binaries/dev-env/windows/2023-06-16/7zip1900-x64.msi",
"hash": "a7803233eedb6a4b59b3024ccf9292a6fffb94507dc998aa67c5b745d197a5dc"
},
"32bit": {
"_url": "https://download.sourceforge.net/project/sevenzip/7-Zip/19.00/7z1900.msi",
"url": "https://storage.googleapis.com/daml-binaries/dev-env/windows/2023-06-16/7zip1900.msi",
"hash": "b49d55a52bc0eab14947c8982c413d9be141c337da1368a24aa0484cbb5e89cd"
}
},
"extract_dir": "Files\\7-Zip",
"bin": [
[
"7z.exe",
"7z1900-helper"
]
]
}
2 changes: 1 addition & 1 deletion dev-env/windows/manifests/gcloud.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://cloud.google.com/sdk/",
"license": "Proprietary",
"notes": "To initialize Cloud SDK, you will need to run: 'gcloud init'",
"depends": "7zip19.00-helper",
"depends": "7zip",
"architecture": {
"64bit": {
"url": "https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-427.0.0-windows-x86_64-bundled-python.zip#/dl.zip_",
Expand Down

0 comments on commit 7cd661a

Please sign in to comment.