Skip to content

Commit

Permalink
CI(azure): Disable environment caching
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Krzmbrzl committed Aug 12, 2020
1 parent e563b1f commit f0b8a16
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .ci/azure-pipelines/steps_macos.yml
Expand Up @@ -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'
Expand Down
1 change: 0 additions & 1 deletion .ci/azure-pipelines/steps_windows.yml
@@ -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
Expand Down

0 comments on commit f0b8a16

Please sign in to comment.