File tree Expand file tree Collapse file tree 2 files changed +2
-13
lines changed
Expand file tree Collapse file tree 2 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 1919 - name : Download build script
2020 run : Invoke-WebRequest -Uri "https://raw.githubusercontent.com/compiler-explorer/infra/refs/heads/add-compiler-cache-extraction/init/start-cacher.ps1" -OutFile "C:\tmp\start-cacher.ps1"
2121 - name : Build libraries
22- run : Set-Location "C:\tmp"; pwsh .\start-cacher.ps1 -Compiler "${{ github.event.inputs.compiler }}"
22+ run : Set-Location "C:\tmp"; pwsh .\start-cacher.ps1
Original file line number Diff line number Diff line change 11
2- param (
3- [String ] $Compiler
4- )
5-
6-
7-
82do {
93 $ping = test-connection - comp " s3.amazonaws.com" - count 1 - Quiet
104} until ($ping )
@@ -83,9 +77,4 @@ FetchInfra
8377Set-Location / tmp/ infra
8478
8579
86- $FORCECOMPILERPARAM = " "
87- # if ( $Compiler -ne "all" ) {
88- # $FORCECOMPILERPARAM = "--compiler-id $Compiler"
89- # }
90-
91- pwsh .\ce_install.ps1 -- staging- dir " C:/tmp/staging" -- dest " C:/tmp/staging" compilercache extract $FORCECOMPILERPARAM -- platform windows
80+ pwsh .\ce_install.ps1 -- staging- dir " C:/tmp/staging" -- dest " C:/tmp/staging" compilercache extract -- platform windows
You can’t perform that action at this time.
0 commit comments