mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-22707 disable icuexportdata --mode norm
This commit is contained in:
parent
012c326755
commit
b32d4a718e
1 changed files with 2 additions and 2 deletions
|
@ -588,9 +588,9 @@ jobs:
|
|||
- script: |
|
||||
cd icu4c/source
|
||||
mkdir -p icuexportdata/norm/fast
|
||||
./bin/icuexportdata --mode norm --index --copyright --verbose --destdir icuexportdata/norm/fast --trie-type fast --all
|
||||
# TODO ./bin/icuexportdata --mode norm --index --copyright --verbose --destdir icuexportdata/norm/fast --trie-type fast --all
|
||||
mkdir -p icuexportdata/norm/small
|
||||
./bin/icuexportdata --mode norm --index --copyright --verbose --destdir icuexportdata/norm/small --trie-type small --all
|
||||
# TODO ./bin/icuexportdata --mode norm --index --copyright --verbose --destdir icuexportdata/norm/small --trie-type small --all
|
||||
displayName: 'Build normalization data files'
|
||||
env:
|
||||
LD_LIBRARY_PATH: lib
|
||||
|
|
Loading…
Add table
Reference in a new issue