Skip to content

cherrypick #58762#58814

Merged
aslonnie merged 1 commit intoreleases/2.52.0from
lonnie-251119-2520servemin
Nov 19, 2025
Merged

cherrypick #58762#58814
aslonnie merged 1 commit intoreleases/2.52.0from
lonnie-251119-2520servemin

Conversation

@aslonnie
Copy link
Copy Markdown
Collaborator

fix serve minbuild ci base image

fix serve minbuild ci base image

Signed-off-by: Lonnie Liu <lonnie@anyscale.com>
@aslonnie aslonnie merged commit 3cd2f9d into releases/2.52.0 Nov 19, 2025
3 of 5 checks passed
@aslonnie aslonnie deleted the lonnie-251119-2520servemin branch November 19, 2025 08:12
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request improves the robustness of the dependency installation scripts by updating curl commands. The flags are changed to -sSfL, which is a best practice for shell scripts. This ensures that curl will fail with a non-zero exit code on server errors (like 404), and thanks to set -e and pipefail, the script will correctly stop execution, preventing silent failures. The changes are correct and improve the reliability of the CI process.

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.

1 participant