Skip to content

Fix ChimeraX download retry#8

Merged
bielj merged 2 commits into
asterafrom
main
Jun 30, 2026
Merged

Fix ChimeraX download retry#8
bielj merged 2 commits into
asterafrom
main

Conversation

@bielj

@bielj bielj commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Abdelsalam-Abbas and others added 2 commits June 30, 2026 00:20
The ChimeraX step used a silent `curl -s | grep` pipeline whose exit
status is grep's: an empty or unexpected response (e.g. blocked egress
from the Harbor builder) makes grep match nothing and exit 1, aborting
the build with a bare "exit code 1" and zero diagnostics -- which is
exactly how it failed in CI run 28394997476.

Run the token dance under bash with set -euo pipefail and curl -fsS so
HTTP/network errors surface, retry transient failures, print the raw
response when no download URL is found, and gate apt-get install behind
dpkg-deb --info so a non-.deb payload is reported instead of silently
breaking the install.
@bielj bielj merged commit f15de52 into astera Jun 30, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants