Skip to content

Commit 5ad2174

Browse files
committed
Update CICD test
Signed-off-by: Mei Chu <meimchu@gmail.com>
1 parent 9824ee2 commit 5ad2174

1 file changed

Lines changed: 26 additions & 26 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -109,19 +109,19 @@ jobs:
109109
# -------------------------------------------------------------------
110110
# VFX CY2025 (Python 3.11)
111111
# -------------------------------------------------------------------
112-
- build: 9
113-
build-type: Debug
114-
build-shared: 'ON'
115-
build-docs: 'OFF'
116-
build-openfx: 'ON'
117-
use-simd: 'ON'
118-
use-oiio: 'ON'
119-
cxx-standard: 20
120-
cxx-compiler: clang++
121-
cc-compiler: clang
122-
compiler-desc: Clang
123-
vfx-cy: 2025
124-
install-ext-packages: MISSING
112+
# - build: 9
113+
# build-type: Debug
114+
# build-shared: 'ON'
115+
# build-docs: 'OFF'
116+
# build-openfx: 'ON'
117+
# use-simd: 'ON'
118+
# use-oiio: 'ON'
119+
# cxx-standard: 20
120+
# cxx-compiler: clang++
121+
# cc-compiler: clang
122+
# compiler-desc: Clang
123+
# vfx-cy: 2025
124+
# install-ext-packages: MISSING
125125
- build: 8
126126
build-type: Release
127127
build-shared: 'ON'
@@ -151,19 +151,19 @@ jobs:
151151
# -------------------------------------------------------------------
152152
# VFX CY2024 (Python 3.11)
153153
# -------------------------------------------------------------------
154-
- build: 6
155-
build-type: Debug
156-
build-shared: 'ON'
157-
build-docs: 'OFF'
158-
build-openfx: 'ON'
159-
use-simd: 'ON'
160-
use-oiio: 'ON'
161-
cxx-standard: 20
162-
cxx-compiler: clang++
163-
cc-compiler: clang
164-
compiler-desc: Clang
165-
vfx-cy: 2024
166-
install-ext-packages: MISSING
154+
# - build: 6
155+
# build-type: Debug
156+
# build-shared: 'ON'
157+
# build-docs: 'OFF'
158+
# build-openfx: 'ON'
159+
# use-simd: 'ON'
160+
# use-oiio: 'ON'
161+
# cxx-standard: 20
162+
# cxx-compiler: clang++
163+
# cc-compiler: clang
164+
# compiler-desc: Clang
165+
# vfx-cy: 2024
166+
# install-ext-packages: MISSING
167167
- build: 5
168168
build-type: Release
169169
build-shared: 'ON'

0 commit comments

Comments
 (0)