Skip to content

Commit 639de9f

Browse files
committed
Generate Intl resource bundle object for big endian arch
1 parent 4c954ff commit 639de9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

travis/compile.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ else
1111
fi
1212
if [[ "$S390X" == 1 ]]; then
1313
S390X_CONFIG="--without-pcre-jit";
14+
# Generate resource bundle object for Big Endian arch for the Intl extension
15+
icupkg -tb ext/intl/tests/_files/resourcebundle/root.res
16+
icupkg -tb ext/intl/tests/_files/resourcebundle/es.res
17+
icupkg -tb ext/intl/tests/_files/resourcebundle/res_index.res
1418
else
1519
S390X_CONFIG="";
1620
fi

0 commit comments

Comments
 (0)