We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c954ff commit 639de9fCopy full SHA for 639de9f
travis/compile.sh
@@ -11,6 +11,10 @@ else
11
fi
12
if [[ "$S390X" == 1 ]]; then
13
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
18
else
19
S390X_CONFIG="";
20
0 commit comments