Skip to content

Commit

Permalink
Add -S to curl command when fetching generic headers
Browse files Browse the repository at this point in the history
`tar` can't seem to read what is being passed to it without this,
see jupyterhub/mybinder.org-deploy#2171 (comment)
for the error message.
  • Loading branch information
yuvipanda committed Oct 26, 2023
1 parent d8b5f31 commit dfbad45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/init/fetch-linux-headers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ generate_headers()
}

fetch_cos_linux_sources()
{
{S
echo "Fetching upstream kernel sources."
mkdir -p "${BUILD_DIR}"
curl -s "https://storage.googleapis.com/cos-tools/${BUILD_ID}/kernel-src.tar.gz" \
Expand Down

0 comments on commit dfbad45

Please sign in to comment.