Skip to content

Commit

Permalink
Use flang-new for Fedora builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jan 18, 2023
1 parent 48e0874 commit 7652228
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,8 @@ jobs:
- name: maybe_disable_death_tests
if: ${{ matrix.distro == 'fedora:rawhide' }}
run: echo "GTEST_FILTER=-*DeathTest*" >> $GITHUB_ENV
# Re-enable when latest is F37+
# - name: maybe_use_flang
# if: ${{ matrix.cxx == 'clang++' && startsWith(matrix.distro,'fedora:') }}
# run: echo "FC=flang" >> $GITHUB_ENV
- name: maybe_use_flang_new
if: ${{ matrix.cxx == 'clang++' && startsWith(matrix.distro,'fedora:rawhide') }}
if: ${{ matrix.cxx == 'clang++' && startsWith(matrix.distro,'fedora:') }}
run: echo "FC=flang-new" >> $GITHUB_ENV
- name: maybe_use_external_gtest
if: ${{ matrix.distro == 'ubuntu:latest' }}
Expand Down

0 comments on commit 7652228

Please sign in to comment.