Skip to content

Commit 0340607

Browse files
disabling gcc debug
1 parent c522461 commit 0340607

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

azure-pipelines.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,12 @@ stages:
7575
configuration: Release
7676
CC: gcc-9
7777
CXX: g++-9
78-
Linux_Gcc_Debug:
79-
image: ${{ variables.linux }}
80-
configuration: Debug
81-
CC: gcc-9
82-
CXX: g++-9
78+
# FIXME:
79+
# Linux_Gcc_Debug:
80+
# image: ${{ variables.linux }}
81+
# configuration: Debug
82+
# CC: gcc-9
83+
# CXX: g++-9
8384
MacOS_Clang_Release:
8485
image: ${{ variables.macOS }}
8586
configuration: Release

0 commit comments

Comments
 (0)