-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix Travis ARM builds #9
Comments
Duplicate of ExchangeUnion/xud-docker#598 ? |
Yep. Since there isn't any .travis.yml in xud-docker project, it's better to track this issue on bot side. |
Ok, closed ExchangeUnion/xud-docker#598 |
The above fix is not working. One failed Travis build raw log
|
I found the timeout is actually related to #!/bin/bash
set -m
set -euo pipefail
set -x
function print_running() {
while true; do
echo ">>> RUNNING <<<"
sleep 3
done
}
print_running &
cd "$(dirname "$0")" || exit 1
python helper.py push "$@" Required commands that will prevent 10m error
Todos:
|
The Travis ARM builds failed a lot due to 10m no output error.
The text was updated successfully, but these errors were encountered: