Skip to content

Commit d24be22

Browse files
committed
Revert workflow.yml to get ready for real fix.
Signed-off-by: Mei Chu <meimchu@gmail.com>
1 parent 5ad2174 commit d24be22

1 file changed

Lines changed: 27 additions & 28 deletions

File tree

.github/workflows/ci_workflow.yml

Lines changed: 27 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ jobs:
6161
strategy:
6262
fail-fast: false
6363
matrix:
64-
# build: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
65-
build: [1, 2, 4, 5, 7, 8, 10, 11, 12]
64+
build: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]
6665
include:
6766
# -------------------------------------------------------------------
6867
# VFX CY2026 (Python 3.13)
@@ -109,19 +108,19 @@ jobs:
109108
# -------------------------------------------------------------------
110109
# VFX CY2025 (Python 3.11)
111110
# -------------------------------------------------------------------
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
111+
- build: 9
112+
build-type: Debug
113+
build-shared: 'ON'
114+
build-docs: 'OFF'
115+
build-openfx: 'ON'
116+
use-simd: 'ON'
117+
use-oiio: 'ON'
118+
cxx-standard: 20
119+
cxx-compiler: clang++
120+
cc-compiler: clang
121+
compiler-desc: Clang
122+
vfx-cy: 2025
123+
install-ext-packages: MISSING
125124
- build: 8
126125
build-type: Release
127126
build-shared: 'ON'
@@ -151,19 +150,19 @@ jobs:
151150
# -------------------------------------------------------------------
152151
# VFX CY2024 (Python 3.11)
153152
# -------------------------------------------------------------------
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
153+
- build: 6
154+
build-type: Debug
155+
build-shared: 'ON'
156+
build-docs: 'OFF'
157+
build-openfx: 'ON'
158+
use-simd: 'ON'
159+
use-oiio: 'ON'
160+
cxx-standard: 20
161+
cxx-compiler: clang++
162+
cc-compiler: clang
163+
compiler-desc: Clang
164+
vfx-cy: 2024
165+
install-ext-packages: MISSING
167166
- build: 5
168167
build-type: Release
169168
build-shared: 'ON'

0 commit comments

Comments
 (0)