Skip to content

Commit

Permalink
ci: bump Windows vmImage to 2022 (digital-asset#12557)
Browse files Browse the repository at this point in the history
Azure is telling us to stop using 2019, so I've updated the job to be
compatible with 2022. (And future Windows images, too.)

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored May 12, 2022
1 parent 30e9b87 commit e9dc1ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 129 deletions.
5 changes: 0 additions & 5 deletions ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,15 +150,10 @@ jobs:
trigger_sha: '$(trigger_sha)'
- template: report-end.yml

- template: patch_bazel_windows/compile.yml
parameters:
final_job_name: patch_bazel_windows

- job: Windows
dependsOn:
- da_ghc_lib
- check_for_release
- patch_bazel_windows
- git_sha
variables:
- name: release_sha
Expand Down
121 changes: 0 additions & 121 deletions ci/patch_bazel_windows/compile.yml

This file was deleted.

6 changes: 3 additions & 3 deletions dev-env/windows/manifests/bazel.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"homepage": "https://bazel.build",
"version": "4.1.0",
"version": "4.2.0",
"license": "Apache-2.0",
"bin": "bazel.exe",
"architecture": {
"64bit": {
"url": "https://daml-binaries.da-ext.net/patch_bazel_windows/bazel-be46798f67a4437875bfe23efb51935a.zip",
"hash": "670afb47f1b1a50747e90b570780ca54cfd29d9e5bf338a711c7f7d4758c9029"
"url": "https://github.com/bazelbuild/bazel/releases/download/4.2.0/bazel-4.2.0-windows-x86_64.zip",
"hash": "56c29f850677a7aaf9b59cbd762d0d41d9f9e158bf96c5b6022af123fd52db7f"
}
},
"depends": [
Expand Down

0 comments on commit e9dc1ef

Please sign in to comment.