Skip to content

Commit 0f7b42f

Browse files
committed
#2260: Disable CI flag for gcc-12 build
1 parent 2105715 commit 0f7b42f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ci/azure/azure-gcc-12-ubuntu-mpich.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ variables:
4848
VT_PRODUCTION_BUILD: 0
4949
VT_FCONTEXT: 0
5050
VT_ZOLTAN: 0
51-
VT_CI_BUILD: 1
51+
VT_CI_BUILD: 0
5252
VT_DIAGNOSTICS: 1
5353
VT_NO_COLOR: 1
5454
VT_BUILD_SHARED_LIBS: 0

scripts/workflows-azure.ini

+1
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ distro = 22.04
143143
output_name = ci/azure/azure-gcc-12-ubuntu-mpich.yml
144144
pr_pattern = "pr:\\n drafts: true\\n autoCancel: true\\n branches:\\n include:\\n - '*'\\n"
145145
vt_debug_verbose = 1
146+
vt_ci_build = 0
146147

147148
[PR-tests-clang-13-alpine]
148149
test_configuration = "clang-13, alpine, mpich"

0 commit comments

Comments
 (0)