virgl: fix fence fd version check
[mesa.git] / .gitlab-ci.yml
index 5ca5703fc0ce557f7cff7d6df8d8cc589d8b202f..e3aa2a4482c320210e749c0f654f72e783473035 100644 (file)
@@ -117,21 +117,6 @@ ubuntu:
     - scons $SCONS_TARGET
     - eval $SCONS_CHECK_COMMAND
 
-autotools:
-  extends: .build
-  variables:
-    MAKEFLAGS: "-j8"
-    LLVM_CONFIG: llvm-config-7
-  script:
-    - mkdir build
-    - cd build
-    - ../autogen.sh
-        --enable-autotools
-        --enable-debug
-        --disable-llvm-shared-libs
-    - make
-    - make check
-
 # NOTE: Building SWR is 2x (yes two) times slower than all the other
 # gallium drivers combined.
 # Start this early so that it doesn't limit the total run time.