From 980fd00933de05b0c3b88ee0d0fd96d1ee13c011 Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 19 Jan 2022 11:00:47 -0800 Subject: [PATCH] Remove tag to allow MR CI We need to generate a separate chain for MR validation but until that is ready, let's keep this available and use our VM to run untagged as well --- .gitlab/Fedora-Linux-CI.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitlab/Fedora-Linux-CI.yml b/.gitlab/Fedora-Linux-CI.yml index 02f5f2cf25..2ad1a7ea8a 100644 --- a/.gitlab/Fedora-Linux-CI.yml +++ b/.gitlab/Fedora-Linux-CI.yml @@ -3,8 +3,9 @@ ########################################################################## fedora_build_linux: stage: build - tags: - - kicad-fedora +# Don't tag until we have separate CI for MRs +# tags: +# - kicad-fedora image: registry.gitlab.com/kicad/kicad-ci/source_containers/master/fedora:34 extends: .only_code interruptible: false @@ -22,7 +23,7 @@ fedora_build_linux: - cd build/linux - cmake -G Ninja - -DCMAKE_BUILD_TYPE=Release + -DCMAKE_BUILD_TYPE=RelWithDebInfo -DKICAD_STDLIB_LIGHT_DEBUG=ON -DKICAD_USE_OCC=ON -DKICAD_SPICE=ON