From 187bb6d88841f35317568f1f18d714b12e2cf932 Mon Sep 17 00:00:00 2001 From: Rahul Pandey <103115900+rp9-next@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:12:39 +0530 Subject: [PATCH] Re-run the CI build --- .ci-builds/.azure-pipelines-icu4c.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci-builds/.azure-pipelines-icu4c.yml b/.ci-builds/.azure-pipelines-icu4c.yml index a1f1829dea33..c76dd2e8a37f 100644 --- a/.ci-builds/.azure-pipelines-icu4c.yml +++ b/.ci-builds/.azure-pipelines-icu4c.yml @@ -44,7 +44,7 @@ jobs: fetchDepth: 10 # Note: This job uses `make -j2` instead of `make -j -l2.5` because with more parallelism (PR #2456) # this check became flaky. The build apparently was not done copying one or another .ucm file before - # calling makeconv for it, although the Makefile has appropriate dependencies. + # calling makeconv for it, although the Makefile has appropriate dependencies - script: | cd icu4c/source && \ ICU_DATA_FILTER_FILE=../../.ci-builds/data-filter.json ./runConfigureICU Linux && \