Skip to content

Commit 19f43f7

Browse files
authored
build: disable CheckCFlags for now, as it is blowing up the build (microsoft#17116)
OneBranch no likey. A test build is running now.
1 parent 3a63832 commit 19f43f7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.github/actions/spelling/allow/microsoft.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ autoexec
1414
backplating
1515
bitmaps
1616
BOMs
17+
checkcflags
1718
COMPUTERNAME
1819
CPLs
1920
cpptools
@@ -101,3 +102,4 @@ wtl
101102
wtt
102103
wttlog
103104
Xamarin
105+
xfgcheck

build/pipelines/templates-v2/pipeline-onebranch-full-release-build.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ extends:
8282
cloudvault: # https://aka.ms/obpipelines/cloudvault
8383
enabled: false
8484
globalSdl: # https://aka.ms/obpipelines/sdl
85+
enableCheckCFlags: false # CheckCFlags is broken and exploding our builds; to remove, :g/BAD-FLAGS/d
8586
asyncSdl:
8687
enabled: true
8788
tsaOptionsFile: 'build/config/tsa.json'
@@ -107,6 +108,8 @@ extends:
107108
parameters:
108109
pool: { type: windows }
109110
variables:
111+
ob_sdl_checkcflags_enabled: false # BAD-FLAGS
112+
ob_sdl_xfgcheck_enabled: false # BAD-FLAGS
110113
ob_git_checkout: false # This job checks itself out
111114
ob_git_skip_checkout_none: true
112115
ob_outputDirectory: $(JobOutputDirectory)
@@ -141,6 +144,8 @@ extends:
141144
parameters:
142145
pool: { type: windows }
143146
variables:
147+
ob_sdl_checkcflags_enabled: false # BAD-FLAGS
148+
ob_sdl_xfgcheck_enabled: false # BAD-FLAGS
144149
ob_git_checkout: false # This job checks itself out
145150
ob_git_skip_checkout_none: true
146151
ob_outputDirectory: $(JobOutputDirectory)
@@ -172,6 +177,8 @@ extends:
172177
parameters:
173178
pool: { type: windows }
174179
variables:
180+
ob_sdl_checkcflags_enabled: false # BAD-FLAGS
181+
ob_sdl_xfgcheck_enabled: false # BAD-FLAGS
175182
ob_git_checkout: false # This job checks itself out
176183
ob_git_skip_checkout_none: true
177184
ob_outputDirectory: $(JobOutputDirectory)
@@ -223,6 +230,8 @@ extends:
223230
parameters:
224231
pool: { type: windows }
225232
variables:
233+
ob_sdl_checkcflags_enabled: false # BAD-FLAGS
234+
ob_sdl_xfgcheck_enabled: false # BAD-FLAGS
226235
ob_git_checkout: false # This job checks itself out
227236
ob_git_skip_checkout_none: true
228237
ob_outputDirectory: $(JobOutputDirectory)
@@ -238,6 +247,8 @@ extends:
238247
parameters:
239248
pool: { type: windows }
240249
variables:
250+
ob_sdl_checkcflags_enabled: false # BAD-FLAGS
251+
ob_sdl_xfgcheck_enabled: false # BAD-FLAGS
241252
ob_git_checkout: false # This job checks itself out
242253
ob_git_skip_checkout_none: true
243254
ob_outputDirectory: $(JobOutputDirectory)
@@ -260,6 +271,8 @@ extends:
260271
subscription: ${{ parameters.symbolPublishingSubscription }}
261272
symbolProject: ${{ parameters.symbolPublishingProject }}
262273
variables:
274+
ob_sdl_checkcflags_enabled: false # BAD-FLAGS
275+
ob_sdl_xfgcheck_enabled: false # BAD-FLAGS
263276
ob_git_checkout: false # This job checks itself out
264277
ob_git_skip_checkout_none: true
265278
ob_outputDirectory: $(Build.ArtifactStagingDirectory)

0 commit comments

Comments
 (0)