- libx11-xcb-dev
- libxdamage-dev
- libxfixes-dev
- - python3-pip
- env:
# NOTE: Building SWR is 2x (yes two) times slower than all the other
# gallium drivers combined.
- libx11-xcb-dev
- libelf-dev
- libunwind8-dev
- - python3-pip
- env:
- LABEL="make Gallium Drivers RadeonSI"
- BUILD=make
- libx11-xcb-dev
- libelf-dev
- libunwind8-dev
- - python3-pip
- env:
- LABEL="make Gallium Drivers Other"
- BUILD=make
- libx11-xcb-dev
- libelf-dev
- libunwind8-dev
- - python3-pip
- env:
# NOTE: Analogous to SWR above, building Clover is quite slow.
- LABEL="make Gallium ST Clover LLVM-3.9"
- libx11-xcb-dev
- libelf-dev
- libunwind8-dev
- - python3-pip
- env:
# NOTE: Analogous to SWR above, building Clover is quite slow.
- LABEL="make Gallium ST Clover LLVM-4.0"
- libx11-xcb-dev
- libelf-dev
- libunwind8-dev
- - python3-pip
- env:
# NOTE: Analogous to SWR above, building Clover is quite slow.
- LABEL="make Gallium ST Clover LLVM-5.0"
- libx11-xcb-dev
- libelf-dev
- libunwind8-dev
- - python3-pip
- env:
# NOTE: Analogous to SWR above, building Clover is quite slow.
- LABEL="make Gallium ST Clover LLVM-6.0"
- libx11-xcb-dev
- libelf-dev
- libunwind8-dev
- - python3-pip
- env:
- LABEL="make Gallium ST Other"
- BUILD=make
- libx11-xcb-dev
- libelf-dev
- libunwind8-dev
- - python3-pip
- env:
- LABEL="make Vulkan"
- BUILD=make
- libexpat1-dev
- libx11-xcb-dev
- libelf-dev
- - python3-pip
- env:
- LABEL="scons"
- BUILD=scons
# Install autotools build dependencies
- if test "x$BUILD" = xmake; then
- pip3 install --user mako;
+ pip2 install --user mako;
fi
# Install a more modern scons from pip.