Instrumented libs: Add release to archive names in preparation for Focal
This ports: https://crrev.com/c/4026927 This fixes the msan builders in CI. Bug: chromium:1260217 Change-Id: Iabc978d65b534679be27054f005158c154c3de23 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4042241 Reviewed-by: Alexander Schulze <alexschulze@chromium.org> Auto-Submit: Michael Achenbach <machenbach@chromium.org> Commit-Queue: Alexander Schulze <alexschulze@chromium.org> Cr-Commit-Position: refs/heads/main@{#84377}
This commit is contained in:
parent
9fab8195c9
commit
9b49b05f1c
8
DEPS
8
DEPS
@ -506,7 +506,7 @@ hooks = [
|
||||
'--arch=x64'],
|
||||
},
|
||||
{
|
||||
'name': 'msan_chained_origins',
|
||||
'name': 'msan_chained_origins_xenial',
|
||||
'pattern': '.',
|
||||
'condition': 'checkout_instrumented_libraries',
|
||||
'action': [ 'python3',
|
||||
@ -514,11 +514,11 @@ hooks = [
|
||||
'--no_resume',
|
||||
'--no_auth',
|
||||
'--bucket', 'chromium-instrumented-libraries',
|
||||
'-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins.tgz.sha1',
|
||||
'-s', 'third_party/instrumented_libraries/binaries/msan-chained-origins-xenial.tgz.sha1',
|
||||
],
|
||||
},
|
||||
{
|
||||
'name': 'msan_no_origins',
|
||||
'name': 'msan_no_origins_xenial',
|
||||
'pattern': '.',
|
||||
'condition': 'checkout_instrumented_libraries',
|
||||
'action': [ 'python3',
|
||||
@ -526,7 +526,7 @@ hooks = [
|
||||
'--no_resume',
|
||||
'--no_auth',
|
||||
'--bucket', 'chromium-instrumented-libraries',
|
||||
'-s', 'third_party/instrumented_libraries/binaries/msan-no-origins.tgz.sha1',
|
||||
'-s', 'third_party/instrumented_libraries/binaries/msan-no-origins-xenial.tgz.sha1',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user