Skip to content

Commit 6296e90

Browse files
committed
Remove CI builds for CentOS 7; too old to run node20
Signed-off-by: Gary Oberbrunner <[email protected]>
1 parent 1c5cbc6 commit 6296e90

File tree

1 file changed

+34
-34
lines changed

1 file changed

+34
-34
lines changed

.github/workflows/build.yml

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -32,40 +32,40 @@ jobs:
3232
# Github removed support for these older CentOS versions
3333
# Nov 2024 by removing node16; all actions use node20 now
3434
# which doesn't run on CentOS 7 due to too-old GLIBC.
35-
- name_prefix: Linux CentOS 7 VFX CY2021
36-
release_prefix: linux-vfx2021
37-
ostype: linux
38-
aswfdockerbuild: true
39-
os: ubuntu-latest
40-
container: aswf/ci-base:2021
41-
vfx-cy: 2021
42-
has_cmake_presets: false
43-
buildtype: Release
44-
conan_version: 2.1.0
45-
cxx-standard: 17
46-
cxx-compiler: clang++
47-
cc-compiler: clang
48-
compiler-desc: Clang
49-
checkout_version: 3
50-
cuda: false
51-
opencl: true
52-
- name_prefix: Linux CentOS 7 VFX CY2022
53-
release_prefix: linux-vfx2022
54-
ostype: linux
55-
aswfdockerbuild: true
56-
os: ubuntu-latest
57-
container: aswf/ci-base:2022
58-
vfx-cy: 2022
59-
has_cmake_presets: false
60-
buildtype: Release
61-
conan_version: 2.1.0
62-
cxx-standard: 17
63-
cxx-compiler: clang++
64-
cc-compiler: clang
65-
compiler-desc: Clang
66-
checkout_version: 3
67-
cuda: false
68-
opencl: true
35+
# - name_prefix: Linux CentOS 7 VFX CY2021
36+
# release_prefix: linux-vfx2021
37+
# ostype: linux
38+
# aswfdockerbuild: true
39+
# os: ubuntu-latest
40+
# container: aswf/ci-base:2021
41+
# vfx-cy: 2021
42+
# has_cmake_presets: false
43+
# buildtype: Release
44+
# conan_version: 2.1.0
45+
# cxx-standard: 17
46+
# cxx-compiler: clang++
47+
# cc-compiler: clang
48+
# compiler-desc: Clang
49+
# checkout_version: 3
50+
# cuda: false
51+
# opencl: true
52+
# - name_prefix: Linux CentOS 7 VFX CY2022
53+
# release_prefix: linux-vfx2022
54+
# ostype: linux
55+
# aswfdockerbuild: true
56+
# os: ubuntu-latest
57+
# container: aswf/ci-base:2022
58+
# vfx-cy: 2022
59+
# has_cmake_presets: false
60+
# buildtype: Release
61+
# conan_version: 2.1.0
62+
# cxx-standard: 17
63+
# cxx-compiler: clang++
64+
# cc-compiler: clang
65+
# compiler-desc: Clang
66+
# checkout_version: 3
67+
# cuda: false
68+
# opencl: true
6969
- name_prefix: Linux Rocky 8 VFX CY2023
7070
release_prefix: linux-vfx2023
7171
ostype: linux

0 commit comments

Comments
 (0)