mirror of
https://github.com/servo/servo.git
synced 2025-07-28 17:50:37 +01:00
Added mozharness config files
This commit is contained in:
parent
45e6873f80
commit
514d9ee04f
2 changed files with 11 additions and 0 deletions
8
bld/linux.py
Normal file
8
bld/linux.py
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
config = {
|
||||||
|
'mock_target': 'mozilla-centos6-x86_64',
|
||||||
|
'mock_packages': ['freetype-devel', 'fontconfig-devel', 'glib2-devel', 'autoconf213', 'git', 'make', 'libX11-devel', 'mesa-libGL-devel', 'freeglut-devel',
|
||||||
|
'xorg-x11-server-devel', 'libXrandr-devel', 'libXi-devel', 'libpng-devel'],
|
||||||
|
'mock_files': [('/home/servobld/.ssh', '/home/mock_mozilla/.ssh')],
|
||||||
|
'concurrency': 6,
|
||||||
|
'add_actions': ['setup-mock'],
|
||||||
|
}
|
3
bld/mac.py
Normal file
3
bld/mac.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
config = {
|
||||||
|
'concurrency': 6,
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue