Skip to content

Commit

Permalink
Merge pull request #5642 from cz4rs/enable-flang
Browse files Browse the repository at this point in the history
Enable `flang` for `fedora:latest` builds
  • Loading branch information
dalg24 authored Jan 20, 2023
2 parents b5bd709 + 7652228 commit 0e2fda8
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 0e2fda8

Please sign in to comment.