File tree Expand file tree Collapse file tree 1 file changed +23
-15
lines changed Expand file tree Collapse file tree 1 file changed +23
-15
lines changed Original file line number Diff line number Diff line change @@ -69,24 +69,28 @@ jobs:
69
69
- preset : " vc6-profile"
70
70
tools : true
71
71
extras : true
72
- - preset : " vc6-internal"
73
- tools : true
74
- extras : true
75
72
- preset : " vc6-debug"
76
73
tools : true
77
74
extras : true
78
- - preset : " win32-vcpkg"
79
- tools : true
80
- extras : true
81
- - preset : " win32-vcpkg-profile"
75
+ - preset : " win32"
82
76
tools : true
83
77
extras : true
84
- - preset : " win32-vcpkg-internal "
78
+ - preset : " win32-profile "
85
79
tools : true
86
80
extras : true
87
- - preset : " win32-vcpkg- debug"
81
+ - preset : " win32-debug"
88
82
tools : true
89
83
extras : true
84
+ # vcpkg builds have been disabled for now due to excessive build times of 30 minutes per preset
85
+ # - preset: "win32-vcpkg"
86
+ # tools: true
87
+ # extras: true
88
+ # - preset: "win32-vcpkg-profile"
89
+ # tools: true
90
+ # extras: true
91
+ # - preset: "win32-vcpkg-debug"
92
+ # tools: true
93
+ # extras: true
90
94
fail-fast : false
91
95
uses : ./.github/workflows/build-toolchain.yml
92
96
with :
@@ -109,9 +113,6 @@ jobs:
109
113
- preset : " vc6-profile"
110
114
tools : true
111
115
extras : true
112
- - preset : " vc6-internal"
113
- tools : true
114
- extras : true
115
116
- preset : " vc6-debug"
116
117
tools : true
117
118
extras : true
@@ -121,12 +122,19 @@ jobs:
121
122
- preset : " win32-profile"
122
123
tools : true
123
124
extras : true
124
- - preset : " win32-internal"
125
- tools : true
126
- extras : true
127
125
- preset : " win32-debug"
128
126
tools : true
129
127
extras : true
128
+ # vcpkg builds have been disabled for now due to excessive build times of 30 minutes per preset
129
+ # - preset: "win32-vcpkg"
130
+ # tools: true
131
+ # extras: true
132
+ # - preset: "win32-vcpkg-profile"
133
+ # tools: true
134
+ # extras: true
135
+ # - preset: "win32-vcpkg-debug"
136
+ # tools: true
137
+ # extras: true
130
138
fail-fast : false
131
139
uses : ./.github/workflows/build-toolchain.yml
132
140
with :
You can’t perform that action at this time.
0 commit comments