From 078078d20e3ab823953b3b25d9709ae4dbaa5032 Mon Sep 17 00:00:00 2001 From: Mario Limonciello Date: Thu, 19 Apr 2018 14:32:00 -0500 Subject: [PATCH] Don't build UEFI in CentOS (it doesn't have fwupdate 10 yet --- contrib/ci/centos.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/ci/centos.sh b/contrib/ci/centos.sh index efa9d96e8..e23a4c822 100755 --- a/contrib/ci/centos.sh +++ b/contrib/ci/centos.sh @@ -7,8 +7,8 @@ mkdir -p build cd build meson .. \ --werror \ - -Dplugin_uefi=true \ - -Dplugin_uefi_labels=true \ + -Dplugin_uefi=false \ + -Dplugin_uefi_labels=false \ -Dplugin_dell=true \ -Dplugin_synaptics=true \ -Dintrospection=true \