mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 22:10:10 +01:00
Revert "travis: use python3 for the autoconf builds"
This reverts commit 855af9a5a2.
Turns out the python scripts are _not_ fully python 3 compatible.
As Ilia reported using get_xmlpool.py with LANG=C produces some weird
output - see the link for details.
Even though the issue was spotted with the autoconf build, it exposes a
genuine problem with the script (and lack of lang handling of the meson
build.)
https://lists.freedesktop.org/archives/mesa-dev/2018-August/203508.html
This commit is contained in:
parent
93e8e17fa4
commit
7a4d2d1fdf
1 changed files with 1 additions and 11 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -90,7 +90,6 @@ 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.
|
||||||
|
|
@ -123,7 +122,6 @@ 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,7 +151,6 @@ 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
|
||||||
|
|
@ -186,7 +183,6 @@ matrix:
|
||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
- python3-pip
|
|
||||||
- env:
|
- env:
|
||||||
# NOTE: Analogous to SWR above, building Clover is quite slow.
|
# NOTE: Analogous to SWR above, building Clover is quite slow.
|
||||||
- LABEL="make Gallium ST Clover LLVM-3.9"
|
- LABEL="make Gallium ST Clover LLVM-3.9"
|
||||||
|
|
@ -226,7 +222,6 @@ matrix:
|
||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
- python3-pip
|
|
||||||
- env:
|
- env:
|
||||||
# NOTE: Analogous to SWR above, building Clover is quite slow.
|
# NOTE: Analogous to SWR above, building Clover is quite slow.
|
||||||
- LABEL="make Gallium ST Clover LLVM-4.0"
|
- LABEL="make Gallium ST Clover LLVM-4.0"
|
||||||
|
|
@ -263,7 +258,6 @@ matrix:
|
||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
- python3-pip
|
|
||||||
- env:
|
- env:
|
||||||
# NOTE: Analogous to SWR above, building Clover is quite slow.
|
# NOTE: Analogous to SWR above, building Clover is quite slow.
|
||||||
- LABEL="make Gallium ST Clover LLVM-5.0"
|
- LABEL="make Gallium ST Clover LLVM-5.0"
|
||||||
|
|
@ -300,7 +294,6 @@ matrix:
|
||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
- python3-pip
|
|
||||||
- env:
|
- env:
|
||||||
# NOTE: Analogous to SWR above, building Clover is quite slow.
|
# NOTE: Analogous to SWR above, building Clover is quite slow.
|
||||||
- LABEL="make Gallium ST Clover LLVM-6.0"
|
- LABEL="make Gallium ST Clover LLVM-6.0"
|
||||||
|
|
@ -334,7 +327,6 @@ matrix:
|
||||||
- libx11-xcb-dev
|
- libx11-xcb-dev
|
||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libunwind8-dev
|
- libunwind8-dev
|
||||||
- python3-pip
|
|
||||||
- env:
|
- env:
|
||||||
- LABEL="make Gallium ST Other"
|
- LABEL="make Gallium ST Other"
|
||||||
- BUILD=make
|
- BUILD=make
|
||||||
|
|
@ -371,7 +363,6 @@ 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
|
||||||
|
|
@ -400,7 +391,6 @@ 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
|
||||||
|
|
@ -509,7 +499,7 @@ install:
|
||||||
|
|
||||||
# Install autotools build dependencies
|
# Install autotools build dependencies
|
||||||
- if test "x$BUILD" = xmake; then
|
- if test "x$BUILD" = xmake; then
|
||||||
pip3 install --user mako;
|
pip2 install --user mako;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Install a more modern scons from pip.
|
# Install a more modern scons from pip.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue