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
The PR #3394 uses the option --retry-connrefused of curl to fetch dashboard assets, however, the current builder image greptime/dev-builder-centos:latest doesn't have the option because of using the old version curl:
docker run docker.io/greptime/dev-builder-centos:latest curl --retry-connrefused https://example.com
Upgrade curl for dev-builder-centos: I'm not sure whether it is an easy thing to upgrade the package for the legacy image;
Refactor the download script: If --retry-connrefused is necessary, maybe we can change another shell way to reach that. The main command can use the basic option of curl for the compatibility;
Yeah. This flag is available since curl 7.52.0. We can quickly workaround it by drop this flag. Or let me take a look if we can have a modern curl in the image.
What type of bug is this?
Other
What subsystems are affected?
Other
Minimal reproduce step
The PR #3394 uses the option
--retry-connrefused
ofcurl
to fetch dashboard assets, however, the current builder imagegreptime/dev-builder-centos:latest
doesn't have the option because of using the old versioncurl
:The building log: https://github.com/GreptimeTeam/greptimedb/actions/runs/8073087585/job/22056213664.
What did you expect to see?
Build greptimedb of centos successfully.
What did you see instead?
N/A
What operating system did you use?
macOS
What version of GreptimeDB did you use?
latest
Relevant log output and stack trace
No response
The text was updated successfully, but these errors were encountered: