Skip to content

Commit

Permalink
LLVM 15 begun.
Browse files Browse the repository at this point in the history
  • Loading branch information
shyouhei committed Feb 9, 2022
1 parent fc988c0 commit 2cc890d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/compilers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
# environment variables (plus the "echo $GITHUB_ENV" hack) is to reroute that
# restriction.
env:
default_cc: clang-14
default_cc: clang-15
append_cc: ''
crosshost: ''

Expand Down Expand Up @@ -75,6 +75,7 @@ jobs:
container: gcc-11
shared: '--disable-shared'
# check: true
- { key: default_cc, name: clang-15, value: clang-15, container: clang-15 }
- { key: default_cc, name: clang-14, value: clang-14, container: clang-14 }
- { key: default_cc, name: clang-13, value: clang-13, container: clang-13 }
- { key: default_cc, name: clang-12, value: clang-12, container: clang-12 }
Expand Down Expand Up @@ -188,7 +189,7 @@ jobs:
name: ${{ matrix.entry.name }}
runs-on: ubuntu-latest
container:
image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-14' }}
image: ghcr.io/ruby/ruby-ci-image:${{ matrix.entry.container || 'clang-15' }}
options: --user root
if: ${{ !startsWith(github.event.head_commit.message, '[DOC]') && !contains(github.event.pull_request.labels.*.name, 'Documentation') }}
steps:
Expand Down

0 comments on commit 2cc890d

Please sign in to comment.