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
On Travis CrystaX download is redirected from
https://eu.crystax.net/download/crystax-ndk-10.3.2-linux-x86.tar.xz
to
https://us.crystax.net/download/crystax-ndk-10.3.2-linux-x86.tar.xz
Adding `--location` flag makes it possible to automatically follow
that redirect.
Also replaced tar by bsdtar, since tar was failing with the following:
```
tar: crystax-ndk-10.3.2/sources/cpufeatures: Directory renamed before its status could be extracted
```
Plus excluded some folders from the extract command to save time and space.
Reduces decompressed size from 7.6G to 6.3G.
Also added `gnutls_handshake` flag to `curl` to workaround random `gnutls_handshake()`
issues on CrystaX download only. The error was:
```
curl: (35) gnutls_handshake() failed: Error in the pull function.
```
0 commit comments