Skip to content

Conversation

@jgehrcke
Copy link

@jgehrcke jgehrcke commented Aug 19, 2025

-sSf or --silent --show-error --fail is a typical combination of curl cmdline flags to show useful output in CI and also have useful exit status.

In my case, no root cause for the HTTP request failing was shown in the output of build.sh. Through addition of -S I got to see:

curl: (7) Failed to connect to ftp.gnu.org port 443 after 89 ms: Couldn't connect to server

By the adding -v I narrowed this down further. The -S should be good for everyone though.

-sSf or --silent --show-error --fail is a typical combination of
curl cmdline flags to show useful output in CI and also have
useful exit status.

In my case, no root cause for curl failing was shown in the output of build.sh

Through addition of -S I got to see:

curl: (7) Failed to connect to ftp.gnu.org port 443 after 89 ms: Couldn't connect to server
AfroThundr3007730 added a commit to AfroThundr3007730/bash-static that referenced this pull request Nov 14, 2025
Supercedes: robxu9#56

Signed-off-by: Eddie Carswell <eddiecarswell13@yahoo.com>
@AfroThundr3007730
Copy link
Contributor

Handled this in #59

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