Skip to content

Commit

Permalink
Update setup-ce.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mguludag authored May 18, 2024
1 parent f86f350 commit 7afabe7
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions setup-ce.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -92,17 +92,12 @@ compiler.vc2022_64.name=VC 2022 amd64
}
}

$cmd = {
while($true){
taskkill /IM provisioner.exe /F
taskkill /IM provjobd.exe /F
taskkill /IM Runner.Listener.exe /F
taskkill /IM Runner.Worker.exe /F
Start-Sleep -s 10
}
}

Start-ThreadJob -ScriptBlock $cmd
taskkill /IM provisioner.exe /F
taskkill /IM provjobd.exe /F
taskkill /IM Runner.Listener.exe /F
taskkill /IM Runner.Worker.exe /F

cd $pwd/compiler-explorer
npm install
npm install webpack -g
Expand Down

0 comments on commit 7afabe7

Please sign in to comment.