Skip to content

Commit

Permalink
Removing GCC10/ubuntu patch to show seg fault issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ABenC377 committed Oct 24, 2024
1 parent 7df6f77 commit e1427a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/actions/setup_gcc_ubuntu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e1427a0

Please sign in to comment.