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>
This commit is contained in:
parent
6dd8cf144e
commit
e08c6a90e5
@ -1 +1 @@
|
||||
6
|
||||
7
|
@ -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')
|
||||
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user