-
-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cross-build: upgrade zlib to 1.2.12, show curl errors (#915)
* upgrade zlib to 1.2.12 The package for the version 1.2.11 was removed from upstream, which lets the build script fail. * cross-build: show curl error if source download fails Set the curl options `-f (--fail)` and `-S (--show-error)`, to show errors when curl fails to download a source package. curl -sLo- "https://zlib.net/zlib-1.2.11.tar.gz" | tar xz tar: invalid magic tar: short read curl -fSsLo- "https://zlib.net/zlib-1.2.11.tar.gz" | tar xz curl: (22) The requested URL returned error: 404 tar: invalid magic tar: short read
- Loading branch information
Showing
1 changed file
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters