Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update "maint/maint-68" to the latest v68.2.0.10 version #138

Open
wants to merge 5 commits into
base: maint/maint-68
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/azure-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ stages:
- job: BuildLinux
pool:
name: Azure Pipelines
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-latest'
workspace:
clean: all

Expand Down
84 changes: 37 additions & 47 deletions build/azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
jobs:
#-------------------------------------------------------------------------
- job: ICU4C_MakeDist_Clang_Ubuntu_1804
displayName: 'C: MakeDist Linux Clang (Ubuntu 18.04)'
- job: ICU4C_MakeDist_Clang_Ubuntu_2204
displayName: 'C: MakeDist Linux Clang (Ubuntu 22.04)'
timeoutInMinutes: 30
workspace:
clean: all
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-22.04'
steps:
- checkout: self
lfs: true
fetchDepth: 1
# 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)
- task: PowerShell@2
displayName: 'Set ICU Version'
inputs:
Expand Down Expand Up @@ -51,13 +46,13 @@ jobs:
displayName: 'Build and Test MakeDist using source tarball'

#-------------------------------------------------------------------------
- job: ICU4C_Clang_Ubuntu_1604_WarningsAsErrors
displayName: 'C: Linux Clang WarningsAsErrors (Ubuntu 16.04)'
- job: ICU4C_Clang_Ubuntu_2204_WarningsAsErrors
displayName: 'C: Linux Clang WarningsAsErrors (Ubuntu 22.04)'
timeoutInMinutes: 30
workspace:
clean: all
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-22.04'
steps:
- checkout: self
lfs: true
Expand All @@ -76,13 +71,13 @@ jobs:
CXX: clang++

#-------------------------------------------------------------------------
- job: ICU4C_Clang_Ubuntu_TestDataFilter_1604
displayName: 'C: Linux Clang TestDataFilter (Ubuntu 16.04)'
- job: ICU4C_Clang_Ubuntu_TestDataFilter_2204
displayName: 'C: Linux Clang TestDataFilter (Ubuntu 22.04)'
timeoutInMinutes: 30
workspace:
clean: all
pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-22.04'
steps:
- checkout: self
lfs: true
Expand All @@ -105,22 +100,17 @@ jobs:
CXX: clang++

#-------------------------------------------------------------------------
- job: ICU4C_Clang_Cpp14_Debug_Ubuntu_1804
displayName: 'C: Linux Clang C++14 Debug (Ubuntu 18.04)'
- job: ICU4C_Clang_Cpp14_Debug_Ubuntu_2204
displayName: 'C: Linux Clang C++14 Debug (Ubuntu 22.04)'
timeoutInMinutes: 30
workspace:
clean: all
pool:
vmImage: 'ubuntu-18.04'
vmImage: 'ubuntu-22.04'
steps:
- checkout: self
lfs: true
fetchDepth: 1
# 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)
- task: PowerShell@2
displayName: 'Set ICU Version'
inputs:
Expand All @@ -135,11 +125,11 @@ jobs:
CXX: clang++

#-------------------------------------------------------------------------
- job: ICU4C_GCC_Ubuntu_2004
displayName: 'C: Linux GCC (Ubuntu 20.04)'
- job: ICU4C_GCC_Ubuntu_2204
displayName: 'C: Linux GCC (Ubuntu 22.04)'
timeoutInMinutes: 30
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
steps:
- checkout: self
lfs: true
Expand All @@ -152,11 +142,11 @@ jobs:
CXX: g++

#-------------------------------------------------------------------------
- job: ICU4C_Clang_Ubuntu_2004_LANG
displayName: 'C: Linux Clang (Ubuntu 20.04) - LANG has extension tags'
- job: ICU4C_Clang_Ubuntu_2204_LANG
displayName: 'C: Linux Clang (Ubuntu 22.04) - LANG has extension tags'
timeoutInMinutes: 30
pool:
vmImage: 'ubuntu-20.04'
vmImage: 'ubuntu-22.04'
steps:
- checkout: self
lfs: true
Expand All @@ -170,15 +160,15 @@ jobs:
LANG: "en_US@calendar=gregorian;hours=h12"

#-------------------------------------------------------------------------
# VS 2019 Builds
# VS 2022 Builds
#-------------------------------------------------------------------------
- job: ICU4C_MSVC_x64_Release_Distrelease
displayName: 'C: MSVC 64-bit Release (VS 2019) + Distrelease'
displayName: 'C: MSVC 64-bit Release (VS 2022) + Distrelease'
timeoutInMinutes: 30
workspace:
clean: all
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
demands:
- msbuild
- visualstudio
Expand Down Expand Up @@ -219,12 +209,12 @@ jobs:

#-------------------------------------------------------------------------
- job: ICU4C_MSVC_x86_Release_Distrelease
displayName: 'C: MSVC 32-bit Release (VS 2019) + Distrelease'
displayName: 'C: MSVC 32-bit Release (VS 2022) + Distrelease'
timeoutInMinutes: 30
workspace:
clean: all
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
demands:
- msbuild
- visualstudio
Expand Down Expand Up @@ -313,12 +303,12 @@ jobs:

#-------------------------------------------------------------------------
- job: ICU4C_MSVC_x64_Release_TestDataFilter
displayName: 'C: MSVC 64-bit Release TestDataFilter (VS 2019)'
displayName: 'C: MSVC 64-bit Release TestDataFilter (VS 2022)'
timeoutInMinutes: 30
workspace:
clean: all
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
demands:
- msbuild
- visualstudio
Expand Down Expand Up @@ -347,12 +337,12 @@ jobs:

#-------------------------------------------------------------------------
- job: ICU4C_MSVC_x86_Debug
displayName: 'C: MSVC 32-bit Debug (VS 2019)'
displayName: 'C: MSVC 32-bit Debug (VS 2022)'
timeoutInMinutes: 60
workspace:
clean: all
pool:
vmImage: 'windows-2019'
vmImage: 'windows-2022'
demands:
- msbuild
- visualstudio
Expand Down Expand Up @@ -386,7 +376,7 @@ jobs:
workspace:
clean: all
pool:
vmImage: 'vs2017-win2016'
vmImage: 'windows-2022'
demands:
- Cmd
steps:
Expand Down Expand Up @@ -425,12 +415,12 @@ jobs:

#-------------------------------------------------------------------------
- job: ICU4C_Clang_MacOSX_WarningsAsErrors
displayName: 'C: macOSX Clang WarningsAsErrors (Mojave 10.14)'
displayName: 'C: macOSX Clang WarningsAsErrors'
timeoutInMinutes: 30
workspace:
clean: all
pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-latest'
steps:
- checkout: self
lfs: true
Expand All @@ -444,19 +434,19 @@ jobs:

#-------------------------------------------------------------------------

- job: ICU4C_Clang_Valgrind_Ubuntu_1604
displayName: 'C: Linux Clang Valgrind (Ubuntu 16.04)'
timeoutInMinutes: 60
- job: ICU4C_Clang_Valgrind_Ubuntu_2004
displayName: 'C: Linux Clang Valgrind (Ubuntu 20.04)'
timeoutInMinutes: 75
pool:
vmImage: 'Ubuntu 16.04'
vmImage: 'ubuntu-20.04'
steps:
- checkout: self
lfs: true
fetchDepth: 10
- script: |
set -ex
sudo apt -y update
sudo apt install -y valgrind
sudo apt-get -y update
sudo apt-get install -y valgrind
displayName: 'Install valgrind'
timeoutInMinutes: 5
- script: |
Expand All @@ -469,7 +459,7 @@ jobs:
- script: |
cd icu/icu4c/source/test/intltest && LD_LIBRARY_PATH=../../lib:../../stubdata:../../tools/ctestfw:$LD_LIBRARY_PATH valgrind --tool=memcheck --error-exitcode=1 --leak-check=full --show-reachable=yes ./intltest
displayName: 'Valgrind intltest'
timeoutInMinutes: 45
timeoutInMinutes: 60
- script: |
cd icu/icu4c/source/test/cintltst && LD_LIBRARY_PATH=../../lib:../../stubdata:../../tools/ctestfw:$LD_LIBRARY_PATH valgrind --tool=memcheck --error-exitcode=1 --leak-check=full --show-reachable=yes ./cintltst
displayName: 'Valgrind cintltst'
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## ICU 68.2.0.10
#### Misc changes:
- Add uprefs library to ICU to obtain the default locale as a full BCP47 tag [#112](https://github.com/microsoft/icu/pull/112)

## ICU 68.2.0.9
#### Misc changes:
- Migrate from PackageES build agents to public Microsoft hosted agents [#113](https://github.com/microsoft/icu/pull/113)
Expand Down
Loading