Add LIBRARY_PATH env var to help the linux build slave.

This commit is contained in:
Jack Moffitt 2014-05-23 10:58:11 -06:00
parent c753f3ee05
commit 376d9578db

View file

@ -5,5 +5,7 @@ config = {
'mock_files': [('/home/servobld/.ssh', '/home/mock_mozilla/.ssh')],
'concurrency': 6,
'add_actions': ['setup-mock'],
'env': {'PATH': '/tools/gcc-4.7.3-0moz1/bin:%(PATH)s'},
'env': {'PATH': '/tools/gcc-4.7.3-0moz1/bin:%(PATH)s',
'LIBRARY_PATH': '/tools/gcc-4.7.3-0moz1/lib64',
'LD_LIBRARY_PATH': '/tools/gcc-4.7.3-0moz1/lib64'},
}