From ab37c8cb6377d34f9b483b0ea1f0b099863eaa2f Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Mon, 22 Apr 2024 23:32:42 +0200 Subject: [PATCH] Exclude GCC 11 Part2 GitOrigin-RevId: 62a9ce172f60be5a6efb13704d9309c09e693fbf --- azure-pipelines.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8d984b5b..51c67e78 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -102,12 +102,6 @@ jobs: steps: - template: devertexwahn/ci/ubuntu-22.04-gcc11-dbg-part1.yaml - - job: Ubuntu22GCC11DebugPart2 - displayName: "GCC11 dbg on Ubuntu 22.04 (Part 2)" - pool: - vmImage: 'ubuntu-22.04' - steps: - - template: devertexwahn/ci/ubuntu-22.04-gcc11-dbg-part2.yaml # Visual Studio 2019 - job: VisualStudio2019Dbg