diff options
author | 卜部昌平 <[email protected]> | 2024-09-30 08:59:32 +0200 |
---|---|---|
committer | 卜部昌平 <[email protected]> | 2024-09-30 17:43:56 +0900 |
commit | 239c1c621e92f519498e421cf825f44667c0e56c (patch) | |
tree | bb74940c43baf2ec87a30d8d81d476fdfaf3fead | |
parent | 6abed7eae993ca3a7f17dab3fc4f0adedf90a4af (diff) |
LLVM 20 begun
see also https://github.com/llvm/llvm-project/commit/10c6d6349e51bb245b9deec4aafca9885971135b
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/11733
-rw-r--r-- | .github/workflows/compilers.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml index 0f3e6c740b..692c15cc42 100644 --- a/.github/workflows/compilers.yml +++ b/.github/workflows/compilers.yml @@ -103,6 +103,7 @@ jobs: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: { sparse-checkout-cone-mode: false, sparse-checkout: /.github } - { uses: './.github/actions/setup/directories', with: { srcdir: 'src', builddir: 'build', makeup: true } } + - { uses: './.github/actions/compilers', name: 'clang 20', with: { tag: 'clang-20' } } - { uses: './.github/actions/compilers', name: 'clang 19', with: { tag: 'clang-19' } } - { uses: './.github/actions/compilers', name: 'clang 18', with: { tag: 'clang-18' } } - { uses: './.github/actions/compilers', name: 'clang 17', with: { tag: 'clang-17' } } |