From 0b7701ef3c8b75d43c8f3be80822a4fadc134976 Mon Sep 17 00:00:00 2001 From: Erik Torres Date: Fri, 27 Aug 2021 00:20:33 +0000 Subject: [PATCH] ICU-21617 Remove work around of uninstalling GCC11 in CI build Remove work around of uninstalling GCC11 in CI build --- .ci-builds/.azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.ci-builds/.azure-pipelines.yml b/.ci-builds/.azure-pipelines.yml index 8a9838643d0..e8a35ac9703 100644 --- a/.ci-builds/.azure-pipelines.yml +++ b/.ci-builds/.azure-pipelines.yml @@ -90,11 +90,6 @@ jobs: - checkout: self lfs: true fetchDepth: 10 - # This is to work-around issue: https://github.com/actions/virtual-environments/issues/3376 - # Once the Ubuntu 18.04 build bot image is fixed, we can remove this work-around. - - script: | - sudo apt remove libgcc-11-dev gcc-11 - displayName: Remove GCC 11 (work-around) - script: | export CXXFLAGS="-std=c++17 -Winvalid-constexpr" && cd icu4c/source && ./runConfigureICU --enable-debug --disable-release Linux && make -j2 check displayName: 'Build and Test C++17'