You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
Wrap all curl commands in a retry loop, to improve reliability in CI runs, as it was observed that the macos-latest and ubuntu-latest runners would occasionally fail to install PCT because of a 404 from Github
Split up each URI GET to Github and check the response code
Output more debug logging (enabled via the PCT_INSTALL_DEBUG env var) to help us diagnose / investigate failures on CI runs
The install.ps1 was not enhanced at the time, as it was proving to be more reliable, however, we should not have as big a functional difference between them and should look to implement the above enhancements in install.ps1 too.
The text was updated successfully, but these errors were encountered:
As part of the release prep for
0.5.0
, theinstall.sh
script was enhanced to:curl
commands in a retry loop, to improve reliability in CI runs, as it was observed that themacos-latest
andubuntu-latest
runners would occasionally fail to install PCT because of a404
from GithubGET
to Github and check the response codePCT_INSTALL_DEBUG
env var) to help us diagnose / investigate failures on CI runsThe
install.ps1
was not enhanced at the time, as it was proving to be more reliable, however, we should not have as big a functional difference between them and should look to implement the above enhancements ininstall.ps1
too.The text was updated successfully, but these errors were encountered: