Add base-msan-builder to base images build.

This commit is contained in:
Oliver Chang 2018-02-21 14:03:55 +11:00
parent 78d6ccb126
commit e65e323235
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ BASE_IMAGES = [
'base-builder',
'base-runner',
'base-runner-debug',
'base-msan-builder',
]
TAG_PREFIX = 'gcr.io/oss-fuzz-base/'