From a86a646eb071ed888e92b83b079aa9760a1e4dc0 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Tue, 14 Dec 2021 11:00:33 -0800 Subject: [PATCH] Broken YAML --- .gitlab/Fedora-Linux-CI.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab/Fedora-Linux-CI.yml b/.gitlab/Fedora-Linux-CI.yml index ce06fb756c..7529f245a4 100644 --- a/.gitlab/Fedora-Linux-CI.yml +++ b/.gitlab/Fedora-Linux-CI.yml @@ -18,9 +18,6 @@ fedora_build_linux: - mkdir -p build/linux - cd build/linux - cmake - # Commenting out ccache to see if Fedora failures are related - # -DCMAKE_C_COMPILER_LAUNCHER=ccache - # -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Debug -DKICAD_STDLIB_LIGHT_DEBUG=ON -DKICAD_USE_OCC=ON