Skip to content

Commit e4a0c62

Browse files
committed
more test things
1 parent 9c368bc commit e4a0c62

File tree

2 files changed

+2
-13
lines changed

2 files changed

+2
-13
lines changed

.github/workflows/win-compiler-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
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

init/start-cacher.ps1

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11

2-
param(
3-
[String] $Compiler
4-
)
5-
6-
7-
82
do {
93
$ping = test-connection -comp "s3.amazonaws.com" -count 1 -Quiet
104
} until ($ping)
@@ -83,9 +77,4 @@ FetchInfra
8377
Set-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

0 commit comments

Comments
 (0)