mirror of
https://github.com/servo/servo.git
synced 2025-06-10 17:43:16 +00:00
8 lines
444 B
Python
8 lines
444 B
Python
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'],
|
|
}
|