travis: use python3 for the autoconf builds
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
This commit is contained in:

committed by
Emil Velikov

parent
986033a275
commit
f22ad5ef18
12
.travis.yml
12
.travis.yml
@@ -92,6 +92,7 @@ matrix:
|
|||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libxdamage-dev
|
- libxdamage-dev
|
||||||
- libxfixes-dev
|
- libxfixes-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
# NOTE: Building SWR is 2x (yes two) times slower than all the other
|
# NOTE: Building SWR is 2x (yes two) times slower than all the other
|
||||||
# gallium drivers combined.
|
# gallium drivers combined.
|
||||||
@@ -124,6 +125,7 @@ matrix:
|
|||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Gallium Drivers RadeonSI"
|
- LABEL="make Gallium Drivers RadeonSI"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
@@ -153,6 +155,7 @@ matrix:
|
|||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Gallium Drivers Other"
|
- LABEL="make Gallium Drivers Other"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
@@ -185,6 +188,7 @@ matrix:
|
|||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Gallium ST Clover LLVM-3.9"
|
- LABEL="make Gallium ST Clover LLVM-3.9"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
@@ -223,6 +227,7 @@ matrix:
|
|||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Gallium ST Clover LLVM-4.0"
|
- LABEL="make Gallium ST Clover LLVM-4.0"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
@@ -258,6 +263,7 @@ matrix:
|
|||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Gallium ST Clover LLVM-5.0"
|
- LABEL="make Gallium ST Clover LLVM-5.0"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
@@ -293,6 +299,7 @@ matrix:
|
|||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Gallium ST Clover LLVM-6.0"
|
- LABEL="make Gallium ST Clover LLVM-6.0"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
@@ -325,6 +332,7 @@ matrix:
|
|||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Gallium ST Clover LLVM-7"
|
- LABEL="make Gallium ST Clover LLVM-7"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
@@ -394,6 +402,7 @@ matrix:
|
|||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Vulkan"
|
- LABEL="make Vulkan"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
@@ -422,6 +431,7 @@ matrix:
|
|||||||
- libexpat1-dev
|
- libexpat1-dev
|
||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
|
- python3-pip
|
||||||
- env:
|
- env:
|
||||||
- LABEL="scons"
|
- LABEL="scons"
|
||||||
- BUILD=scons
|
- BUILD=scons
|
||||||
@@ -531,7 +541,7 @@ install:
|
|||||||
|
|
||||||
# Install autotools build dependencies
|
# Install autotools build dependencies
|
||||||
- if test "x$BUILD" = xmake; then
|
- if test "x$BUILD" = xmake; then
|
||||||
pip2 install --user mako;
|
pip3 install --user mako;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install a more modern scons from pip.
|
# Install a more modern scons from pip.
|
||||||
|
Reference in New Issue
Block a user