diff options
author | Ben Wagner <benjaminwagner@google.com> | 2017-08-05 15:52:13 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-08-07 13:58:00 +0000 |
commit | e08c6a90e55510cf99b01a390446d5e1640f5435 (patch) | |
tree | c1bffa3c46911014cd11e4571f87d75d08b88d7a | |
parent | 6dd8cf144ecbc395dc12bd5f775bbeee04b9d38c (diff) |
Upgrade Valgrind to 3.13.0.
Bug: skia:6881
Change-Id: I8c1e4be16f4a79e9aa6fb663337476d0c0fe8c1c
Reviewed-on: https://skia-review.googlesource.com/31024
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Ben Wagner <benjaminwagner@google.com>
-rw-r--r-- | infra/bots/assets/valgrind/VERSION | 2 | ||||
-rwxr-xr-x | infra/bots/assets/valgrind/create.py | 4 | ||||
-rw-r--r-- | infra/bots/tasks.json | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/infra/bots/assets/valgrind/VERSION b/infra/bots/assets/valgrind/VERSION index 62f9457511..c7930257df 100644 --- a/infra/bots/assets/valgrind/VERSION +++ b/infra/bots/assets/valgrind/VERSION @@ -1 +1 @@ -6
\ No newline at end of file +7
\ No newline at end of file diff --git a/infra/bots/assets/valgrind/create.py b/infra/bots/assets/valgrind/create.py index 618c2354e6..3f6707de15 100755 --- a/infra/bots/assets/valgrind/create.py +++ b/infra/bots/assets/valgrind/create.py @@ -22,9 +22,9 @@ import urllib2 import utils -VALGRIND = 'valgrind-3.12.0' +VALGRIND = 'valgrind-3.13.0' TARBALL = '%s.tar.bz2' % VALGRIND -DOWNLOAD_URL = 'http://valgrind.org/downloads/%s' % TARBALL +DOWNLOAD_URL = 'ftp://sourceware.org/pub/valgrind/%s' % TARBALL TEMP_DIR = os.path.join(tempfile.gettempdir(), 'skia-%s' % VALGRIND) INSTALL_DIR = os.path.join(TEMP_DIR, 'valgrind_install') diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json index 1ef6c491d1..8695a3643d 100644 --- a/infra/bots/tasks.json +++ b/infra/bots/tasks.json @@ -7188,7 +7188,7 @@ { "name": "skia/bots/valgrind", "path": "valgrind", - "version": "version:6" + "version": "version:7" } ], "dependencies": [ @@ -7240,7 +7240,7 @@ { "name": "skia/bots/valgrind", "path": "valgrind", - "version": "version:6" + "version": "version:7" } ], "dependencies": [ @@ -13950,7 +13950,7 @@ { "name": "skia/bots/valgrind", "path": "valgrind", - "version": "version:6" + "version": "version:7" } ], "dependencies": [ @@ -14002,7 +14002,7 @@ { "name": "skia/bots/valgrind", "path": "valgrind", - "version": "version:6" + "version": "version:7" } ], "dependencies": [ @@ -14054,7 +14054,7 @@ { "name": "skia/bots/valgrind", "path": "valgrind", - "version": "version:6" + "version": "version:7" } ], "dependencies": [ |