summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2023-05-12 15:10:28 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-05-12 16:22:42 +0900
commit27a21ad201b04f9af6c206836b4c7543fb69a1e7 (patch)
treeed69e0dc1143d509e59414ad3888244f6d754afd
parent223a79e6830ca9c3619258ac00eebffb7754a0a1 (diff)
downloadruby-27a21ad201b04f9af6c206836b4c7543fb69a1e7.tar.gz
give up checking old compilers
These old compilers needed old OSes, which are getting EODed. We cannot maintain healthy binary of them (building compilers on our own is quite haed). Let us just retire them. Fixes [Bug #19353]
-rw-r--r--.github/workflows/compilers.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/compilers.yml b/.github/workflows/compilers.yml
index 445af66560..b5a4072017 100644
--- a/.github/workflows/compilers.yml
+++ b/.github/workflows/compilers.yml
@@ -78,9 +78,6 @@ jobs:
- { name: gcc-9, env: { default_cc: gcc-9 } }
- { name: gcc-8, env: { default_cc: gcc-8 } }
- { name: gcc-7, env: { default_cc: gcc-7 } }
- - { name: gcc-6, env: { default_cc: gcc-6 } }
- - { name: gcc-5, env: { default_cc: gcc-5 } }
- - { name: gcc-4.8, env: { default_cc: gcc-4.8 } }
- name: 'gcc-11 LTO'
container: gcc-11
env:
@@ -100,9 +97,6 @@ jobs:
- { name: clang-8, env: { default_cc: clang-8 } }
- { name: clang-7, env: { default_cc: clang-7 } }
- { name: clang-6.0, env: { default_cc: clang-6.0 } }
- - { name: clang-5.0, env: { default_cc: clang-5.0 } }
- - { name: clang-4.0, env: { default_cc: clang-4.0 } }
- - { name: clang-3.9, env: { default_cc: clang-3.9 } }
- name: 'clang-14 LTO'
container: clang-14
env: