Skip to content

Commit a8d9f7d

Browse files
author
MarcoFalke
committed
Merge #17420: travis: Rework CACHE_ERR_MSG
9999a79 travis: Rework CACHE_ERR_MSG (MarcoFalke) Pull request description: This should fix the misconception that we can fix build problems in forked repos. See bitcoin/bitcoin#17418 (comment) Top commit has no ACKs. Tree-SHA512: e0c86f6613fa38f4d4984420fa1fdc999829407c71024c3b92fd1d35afa98f4b5073af72656c83f607d5f6fab15f9ea629ca8be0b4e892c2fb65a226036c470a
2 parents 3671c57 + 9999a79 commit a8d9f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ env:
4848
global:
4949
- CI_RETRY_EXE="travis_retry"
5050
- CI_WAIT="while sleep 500; do echo .; done"
51-
- CACHE_ERR_MSG="Error! Initial build successful, but not enough time remains to run later build stages and tests. Please manually re-run this job by using the travis restart button or asking a bitcoin maintainer to restart. The next run should not time out because the build cache has been saved."
51+
- CACHE_ERR_MSG="Error! Initial build successful, but not enough time remains to run later build stages and tests. See https://docs.travis-ci.com/user/customizing-the-build#build-timeouts . Please manually re-run this job by using the travis restart button. The next run should not time out because the build cache has been saved."
5252
before_install:
5353
- set -o errexit; source ./ci/test/00_setup_env.sh
5454
- set -o errexit; source ./ci/test/03_before_install.sh

0 commit comments

Comments
 (0)