| Index: masters/master.chromium.linux/master_linux_cfg.py
|
| diff --git a/masters/master.chromium.linux/master_linux_cfg.py b/masters/master.chromium.linux/master_linux_cfg.py
|
| index a62b9a7e078476b82fb24836e5e2e838b62caa59..5612ad8722fa7c1bfe40d54e46d6dff23aee2c91 100644
|
| --- a/masters/master.chromium.linux/master_linux_cfg.py
|
| +++ b/masters/master.chromium.linux/master_linux_cfg.py
|
| @@ -59,3 +59,15 @@ def Update(_config, active_master, c):
|
| 'category': '4linux',
|
| } for spec in specs
|
| ])
|
| +
|
| + b_linux_deterministic_build = {
|
| + 'name': 'Linux deterministic build',
|
| + 'factory': annotator_factory.AnnotatorFactory().BaseFactory(
|
| + 'deterministic_build',
|
| + factory_properties = {
|
| + 'configuration': 'Release',
|
| + }),
|
| + 'category': '4linux',
|
| + }
|
| +
|
| + c['builders'].append(b_linux_deterministic_build)
|
|
|