1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

LLVM 15 begun.

See also a2601c9887
This commit is contained in:
卜部昌平 2022-02-09 14:12:29 +09:00
parent fc988c0be6
commit 2cc890d7d3
Notes: git 2022-02-10 08:24:44 +09:00

View file

@ -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: ''
@ -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 }
@ -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: