From patchwork Tue Sep 25 15:20:14 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Emil Velikov X-Patchwork-Id: 10614211 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5B047161F for ; Tue, 25 Sep 2018 15:25:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4A45B2A3C9 for ; Tue, 25 Sep 2018 15:25:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3E60B2A6A1; Tue, 25 Sep 2018 15:25:23 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DFB932A3C9 for ; Tue, 25 Sep 2018 15:25:22 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 03A976E3B5; Tue, 25 Sep 2018 15:25:21 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by gabe.freedesktop.org (Postfix) with ESMTPS id 891376E3B5 for ; Tue, 25 Sep 2018 15:25:19 +0000 (UTC) Received: by mail-wm1-x32a.google.com with SMTP id j25-v6so12938819wmc.1 for ; Tue, 25 Sep 2018 08:25:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=9+V4k3ybTeJ2wYLezjA/CdgTnFtNWntIsmIBg3tEKHA=; b=eCErWM3XQZQZa/m7NcaJ6kVTNrRktyEZUsP3npETfTE2e6N+uQOukfDYjZHYR3TnaC 8xAh5XSaCSFo8PReI+Xs/mjcihL0Wb9VPm2zggrpAnpgk9aySC163AKO8D9/OOoFUU8l EOWM+o9Pa9fcucqRW95TLTyDOlWQ52eIOq0gyyK2UDG9CT8his+RHKmCYUiZ00iwWVRb rUPXrcvChW+2uRAuPm89azlQQnOPn72l65TX4arNl0j6isP7hsbhhlb2rjB1IFrO4s4h F20/Evnho88pZczONhhHXsLXMX0XJsl1lLR2FxPoqae+rIQ4vNyvZu9PonlKPB01eYee tybA== X-Gm-Message-State: ABuFfojJvlvukBwuNEW0PIRUEL2+mREcv+XFGQidKMbwLe7x4gbH18nc WpQPyusxL6aUhq5Roo+eFlJt0UQwXfM= X-Google-Smtp-Source: ACcGV62sS8sDpZTKJfpAr5p+H+b3vSEQwp7/g9R56YbitMCORmFHfnaQn8LH2hLfaUxzN9G2wf0lPA== X-Received: by 2002:a1c:a187:: with SMTP id k129-v6mr1216556wme.111.1537889117924; Tue, 25 Sep 2018 08:25:17 -0700 (PDT) Received: from localhost.localdomain (103.red-83-34-148.dynamicip.rima-tde.net. [83.34.148.103]) by smtp.gmail.com with ESMTPSA id v2-v6sm2405321wrs.54.2018.09.25.08.25.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Sep 2018 08:25:16 -0700 (PDT) From: Emil Velikov To: dri-devel@lists.freedesktop.org Subject: [PATCH libdrm] gitlab-ci: pass the correct toggles to configure Date: Tue, 25 Sep 2018 16:20:14 +0100 Message-Id: <20180925152014.17248-1-emil.l.velikov@gmail.com> X-Mailer: git-send-email 2.19.0 MIME-Version: 1.0 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Eric Engestrom , emil.l.velikov@gmail.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP From: Emil Velikov Trivial typos - s/admgpu/amdgpu/;s/vmwfgx/vmwgfx/ Fixes: 4a9030dc8b7 ("add gitlab-ci builds of libdrm") Cc: Eric Engestrom Cc: Brian Starkey Reported-by: Brian Starkey Signed-off-by: Emil Velikov Reviewed-by: Alex Deucher Reviewed-by: Eric Engestrom --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1dc434a5..86363f0b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,9 +28,9 @@ --enable-libkms --enable-intel --enable-radeon - --enable-admgpu + --enable-amdgpu --enable-nouveau - --enable-vmwfgx + --enable-vmwgfx --enable-omap-experimental-api --enable-exynos-experimental-api --enable-freedreno