Mesa (master): travis: drop unused vars

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Mar 8 15:20:47 UTC 2019


Module: Mesa
Branch: master
Commit: e2f528bf21bc8c9afdbb37ee6b329a48f65c9a7a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e2f528bf21bc8c9afdbb37ee6b329a48f65c9a7a

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Fri Mar  8 15:05:15 2019 +0000

travis: drop unused vars

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>

---

 .travis.yml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index dd0502950fc..e13f384a2a3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,6 @@ matrix:
     - env:
         - LABEL="macOS meson"
         - BUILD=meson
-        - UNWIND="false"
         - DRI_LOADERS="-Dplatforms=x11"
       os: osx
 
@@ -73,10 +72,8 @@ script:
       ../autogen.sh
         --enable-autotools
         --enable-debug
-        $LIBUNWIND_FLAGS
         $DRI_LOADERS
         --with-dri-drivers=$DRI_DRIVERS
-        $GALLIUM_ST
         --with-gallium-drivers=$GALLIUM_DRIVERS
         --with-vulkan-drivers=$VULKAN_DRIVERS
         --disable-llvm-shared-libs
@@ -101,10 +98,8 @@ script:
       meson _build \
                    --native-file=native.file \
                    -Dbuild-tests=true \
-                   -Dlibunwind=${UNWIND} \
                    ${DRI_LOADERS} \
                    -Ddri-drivers=${DRI_DRIVERS:-[]} \
-                   ${GALLIUM_ST} \
                    -Dgallium-drivers=${GALLIUM_DRIVERS:-[]} \
                    -Dvulkan-drivers=${VULKAN_DRIVERS:-[]}
       meson configure _build




More information about the mesa-commit mailing list