From a988d953899c099719f36093114516ccee652d28 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Mon, 8 Apr 2019 13:37:31 -0700 Subject: ci: Delete autotools build jobs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Eric Anholt Reviewed-by: Eric Engestrom Acked-by: Marek Olšák Acked-by: Jason Ekstrand Acked-by: Bas Nieuwenhuizen Acked-by: Matt Turner --- .gitlab-ci.yml | 15 --------------- 1 file changed, 15 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ca5703fc0c..e3aa2a4482c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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. -- cgit v1.2.3