mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-03-16 21:43:45 +00:00
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:
parent
e563b1f2a4
commit
f0b8a1683a
2 changed files with 0 additions and 3 deletions
.ci/azure-pipelines
|
@ -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 a new issue