Skip to content

Commit bb69820

Browse files
committed
Update CICD test
Signed-off-by: Mei Chu <meimchu@gmail.com>
1 parent 235ecc9 commit bb69820

1 file changed

Lines changed: 39 additions & 39 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 39 additions & 39 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'
@@ -193,19 +193,19 @@ jobs:
193193
# -------------------------------------------------------------------
194194
# VFX CY2023 (Python 3.10)
195195
# -------------------------------------------------------------------
196-
- build: 3
197-
build-type: Debug
198-
build-shared: 'ON'
199-
build-docs: 'OFF'
200-
build-openfx: 'ON'
201-
use-simd: 'ON'
202-
use-oiio: 'ON'
203-
cxx-standard: 20
204-
cxx-compiler: clang++
205-
cc-compiler: clang
206-
compiler-desc: Clang
207-
vfx-cy: 2023
208-
install-ext-packages: MISSING
196+
# - build: 3
197+
# build-type: Debug
198+
# build-shared: 'ON'
199+
# build-docs: 'OFF'
200+
# build-openfx: 'ON'
201+
# use-simd: 'ON'
202+
# use-oiio: 'ON'
203+
# cxx-standard: 20
204+
# cxx-compiler: clang++
205+
# cc-compiler: clang
206+
# compiler-desc: Clang
207+
# vfx-cy: 2023
208+
# install-ext-packages: MISSING
209209
- build: 2
210210
build-type: Release
211211
build-shared: 'ON'

0 commit comments

Comments
 (0)