mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Merge pull request #4416: CI(azure): Disable environment caching
This feature of AzurePipelines has only been introduced recently. However it turned out that on average the caching of the environment takes significantly more time than simply downloading it on every run. Thus this commit disables environment caching again.
This commit is contained in:
commit
18b531b6b4
@ -6,8 +6,6 @@ parameters:
|
||||
steps:
|
||||
- script: git submodule --quiet update --init --recursive
|
||||
displayName: 'Fetch submodules'
|
||||
- ${{if eq(parameters.installEnvironment, true)}}:
|
||||
- template: task-environment-cache.yml
|
||||
- ${{if eq(parameters.installEnvironment, true)}}:
|
||||
- script: .ci/azure-pipelines/install-environment_macos.bash
|
||||
displayName: 'Install build environment'
|
||||
|
||||
@ -1,7 +1,6 @@
|
||||
steps:
|
||||
- script: git submodule --quiet update --init --recursive
|
||||
displayName: 'Fetch submodules'
|
||||
- template: task-environment-cache.yml
|
||||
- powershell: .ci/azure-pipelines/install-environment_windows.ps1
|
||||
displayName: 'Install build environment'
|
||||
- script: .ci/azure-pipelines/build_windows.bat
|
||||
|
||||
Loading…
Reference in New Issue
Block a user