From e1427a099230e590a4a2d9c35addc8f956e23643 Mon Sep 17 00:00:00 2001 From: Alex Cockrean <84676155+ABenC377@users.noreply.github.com> Date: Thu, 24 Oct 2024 10:02:25 +0100 Subject: [PATCH] Removing GCC10/ubuntu patch to show seg fault issue --- .github/actions/setup_gcc_ubuntu/action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/setup_gcc_ubuntu/action.yml b/.github/actions/setup_gcc_ubuntu/action.yml index 62fa00a0f4..7e73d60975 100644 --- a/.github/actions/setup_gcc_ubuntu/action.yml +++ b/.github/actions/setup_gcc_ubuntu/action.yml @@ -74,13 +74,13 @@ runs: # Running this prevents gcc-10 on ubuntu 20 from segfaulting in unit tests for some reason # (installs some packages, not sure which ones prevent failure, but it doesn't take long to run). ####################################### - - if: ${{ inputs.gcc-version == 'gcc-10' }} - name: install llvm - shell: bash - run: | - wget https://apt.llvm.org/llvm.sh - chmod +x llvm.sh - ./llvm.sh 14 +# - if: ${{ inputs.gcc-version == 'gcc-10' }} +# name: install llvm +# shell: bash +# run: | +# wget https://apt.llvm.org/llvm.sh +# chmod +x llvm.sh +# ./llvm.sh 14 - name: Install gcc shell: bash