mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-21473 Disable LayoutEx in GHA CI script for ICU 68, was disabled by default in ICU 69
This commit is contained in:
parent
e835fa1162
commit
6fe67a037c
1 changed files with 4 additions and 4 deletions
8
.github/workflows/icu_ci.yml
vendored
8
.github/workflows/icu_ci.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
run: |
|
||||
mkdir build;
|
||||
cd build;
|
||||
../icu4c/source/runConfigureICU --enable-debug --disable-release Linux/gcc --prefix=$PREFIX --enable-tracing;
|
||||
../icu4c/source/runConfigureICU --enable-debug --disable-release Linux/gcc --enable-layoutex=no --prefix=$PREFIX --enable-tracing;
|
||||
make -j2;
|
||||
make -j2 check;
|
||||
( cd ../icu4c/source/test/depstest && ./depstest.py ../../../../build/ );
|
||||
|
@ -95,7 +95,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get -y install doxygen;
|
||||
cd icu4c/source;
|
||||
./runConfigureICU Linux;
|
||||
./runConfigureICU Linux --enable-layoutex=no;
|
||||
make -j 2;
|
||||
make -j 2 check;
|
||||
( cd test/depstest && python3 depstest.py ../../../source/ );
|
||||
|
@ -133,7 +133,7 @@ jobs:
|
|||
- name: ICU4C with clang and asan
|
||||
run: |
|
||||
cd icu4c/source;
|
||||
./runConfigureICU --enable-debug --disable-release Linux --disable-renaming --enable-tracing;
|
||||
./runConfigureICU --enable-debug --disable-release Linux --enable-layoutex=no --disable-renaming --enable-tracing;
|
||||
make -j2;
|
||||
make -j2 check
|
||||
env:
|
||||
|
@ -149,7 +149,7 @@ jobs:
|
|||
- name: ICU4C with clang and tsan
|
||||
run: |
|
||||
cd icu4c/source;
|
||||
./runConfigureICU --enable-debug --disable-release Linux --disable-renaming
|
||||
./runConfigureICU --enable-debug --disable-release Linux --enable-layoutex=no --disable-renaming
|
||||
make -j2;
|
||||
make -j2 -C test;
|
||||
make -j2 -C test/intltest check
|
||||
|
|
Loading…
Add table
Reference in a new issue