Skip to content

Commit

Permalink
Add LIBRARY_PATH env var to help the linux build slave.
Browse files Browse the repository at this point in the history
  • Loading branch information
metajack committed May 23, 2014
1 parent c753f3e commit 376d957
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bld/linux.py
Expand Up @@ -5,5 +5,7 @@
'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'},
}

5 comments on commit 376d957

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from metajack
at metajack@376d957

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging metajack/servo/linux-library-path = 376d957 into auto

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

metajack/servo/linux-library-path = 376d957 merged ok, testing candidate = 2736339

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors-servo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 2736339

Please sign in to comment.