mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
auto merge of #2479 : metajack/servo/linux-library-path, r=metajack
This commit is contained in:
commit
2736339d4a
1 changed files with 3 additions and 1 deletions
|
@ -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'},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue