Skip to content
Snippets Groups Projects
Commit 46c36e52 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

ci: update to buildcache 0.29.0

parent 39e5fa29
No related branches found
No related tags found
1 merge request!1187ci: update to buildcache 0.29.0
Pipeline #392861 waiting for manual action
$erroractionpreference = "stop"
$version = "0.27.6"
$sha256sum = "48631671fd26a6f5bb4b6755afb3cd9618194c74b93ec5abd633c22343045134"
$version = "0.29.0"
$sha256sum = "55AB902C0F1F0FBBBFFE083DCA4691A4874E1FDE64CEAACC13E1399BF79F5825"
$filename = "buildcache-windows"
$tarball = "$filename.zip"
$outdir = $pwd.Path
$outdir = "$outdir\.gitlab"
$ProgressPreference = "SilentlyContinue"
Invoke-WebRequest -Uri "https://github.com/mbitsnbites/buildcache/releases/download/v$version/$tarball" -OutFile "$outdir\$tarball"
Invoke-WebRequest -Uri "https://gitlab.com/bits-n-bites/buildcache/-/releases/v$version/downloads/$tarball" -OutFile "$outdir\$tarball"
$hash = Get-FileHash "$outdir\$tarball" -Algorithm SHA256
if ($hash.Hash -ne $sha256sum) {
exit 1
......
......@@ -6,6 +6,8 @@
variables:
GIT_SUBMODULE_STRATEGY: none
GIT_CLONE_PATH: "$CI_BUILDS_DIR\\paraview-ci-ext\\$CI_CONCURRENT_ID"
# Turn off direct mode until we test it.
BUILDCACHE_DIRECT_MODE: "false"
### Build and test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment