From 8c497bb6471d245b1c070f46a5debb6c71fbb2fd Mon Sep 17 00:00:00 2001 From: ras0219 <533828+ras0219@users.noreply.github.com> Date: Fri, 4 Jun 2021 16:48:26 -0700 Subject: [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 --- scripts/azure-pipelines/linux/azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/azure-pipelines/linux') 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 -- cgit v1.2.3