Commit 8965f487 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

chromium: add exception to testing library list

See merge request !322
parents 4a9363f8 5ff98015
......@@ -107,6 +107,10 @@ def checkSoftware(slap, software_url):
'*/*__compile__/*',
# build dir for packages built in-place
'*/parts/wendelin.core/build/*',
# the depot_tools package used to build Chromium installs some
# Python libraries lacking an rpath; these are not actually used
# by Chromium itself
'*/.vpython-root/*',
))
software_hash = md5digest(software_url)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment