mirror of
https://github.com/servo/servo.git
synced 2025-06-21 15:49:04 +01:00
Add LIBRARY_PATH env var to help the linux build slave.
This commit is contained in:
parent
c753f3ee05
commit
376d9578db
1 changed files with 3 additions and 1 deletions
|
@ -5,5 +5,7 @@ config = {
|
||||||
'mock_files': [('/home/servobld/.ssh', '/home/mock_mozilla/.ssh')],
|
'mock_files': [('/home/servobld/.ssh', '/home/mock_mozilla/.ssh')],
|
||||||
'concurrency': 6,
|
'concurrency': 6,
|
||||||
'add_actions': ['setup-mock'],
|
'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