diff options
| author | ras0219 <533828+ras0219@users.noreply.github.com> | 2021-06-04 16:48:26 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-04 16:48:26 -0700 |
| commit | 8c497bb6471d245b1c070f46a5debb6c71fbb2fd (patch) | |
| tree | 0a9698bc5c817c6c3776061be7fe70e900422c29 /scripts/azure-pipelines/linux | |
| parent | 834a87732ce7677ae480febc1cb18c9c80371fbf (diff) | |
| download | vcpkg-8c497bb6471d245b1c070f46a5debb6c71fbb2fd.tar.gz vcpkg-8c497bb6471d245b1c070f46a5debb6c71fbb2fd.zip | |
[vcpkg] Add experimental $X_VCPKG_ASSET_SOURCES for source caching (#13639)
* [vcpkg] Add experimental $VCPKG_X_READWRITE_MIRROR_URL_TEMPLATE for source caching
* [vcpkg] Use prerelease version for testing
* [docs] Add assetcaching.md
* Revert bootstrap changes
* [vcpkg_download_distfile] Deprecate SILENT_EXIT
* cmake_parse_arguments() always defines option arguments
* Adjust CI baseline
* [vcpkg_download_distfile] Address CR comments, restore ARIA2
* [CI] Add source caching to Linux and OSX CI passes
* [ci.baseline.txt] Skip chartdir on more platforms
Diffstat (limited to 'scripts/azure-pipelines/linux')
| -rw-r--r-- | scripts/azure-pipelines/linux/azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/azure-pipelines/linux/azure-pipelines.yml b/scripts/azure-pipelines/linux/azure-pipelines.yml index df5cceda6..83ef7e27c 100644 --- a/scripts/azure-pipelines/linux/azure-pipelines.yml +++ b/scripts/azure-pipelines/linux/azure-pipelines.yml @@ -14,6 +14,9 @@ jobs: value: /mnt/vcpkg-ci
- name: VCPKG_DOWNLOADS
value: /mnt/vcpkg-ci/downloads
+ - group: azblob-test-sas-group
+ - name: X_VCPKG_ASSET_SOURCES
+ value: "x-azurl,$(azblob-root-url),$(azblob-test-sas),readwrite"
steps:
- bash: df -h
|
