|
1 |
| -# Patch for ARM64 (no ICU install by default) |
2 |
| -yum install -y patch |
3 |
| -patch -p1 <<ICU_PATCH |
4 |
| -diff -Naur a/bin/Runner.Listener.runtimeconfig.json b/bin/Runner.Listener.runtimeconfig.json |
5 |
| ---- a/bin/Runner.Listener.runtimeconfig.json 2020-07-01 02:21:09.000000000 +0000 |
6 |
| -+++ b/bin/Runner.Listener.runtimeconfig.json 2020-07-28 00:02:38.748868613 +0000 |
7 |
| -@@ -8,7 +8,8 @@ |
8 |
| - } |
9 |
| - ], |
10 |
| - "configProperties": { |
11 |
| - "System.Globalization.PredefinedCulturesOnly": false, |
12 |
| -- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false |
13 |
| -+ "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, |
14 |
| -+ "System.Globalization.Invariant": true |
15 |
| - } |
16 |
| - } |
17 |
| --} |
18 |
| -\ No newline at end of file |
19 |
| -+} |
20 |
| -diff -Naur a/bin/Runner.PluginHost.runtimeconfig.json b/bin/Runner.PluginHost.runtimeconfig.json |
21 |
| ---- a/bin/Runner.PluginHost.runtimeconfig.json 2020-07-01 02:21:22.000000000 +0000 |
22 |
| -+++ b/bin/Runner.PluginHost.runtimeconfig.json 2020-07-28 00:02:59.358680003 +0000 |
23 |
| -@@ -8,7 +8,8 @@ |
24 |
| - } |
25 |
| - ], |
26 |
| - "configProperties": { |
27 |
| - "System.Globalization.PredefinedCulturesOnly": false, |
28 |
| -- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false |
29 |
| -+ "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, |
30 |
| -+ "System.Globalization.Invariant": true |
31 |
| - } |
32 |
| - } |
33 |
| --} |
34 |
| -\ No newline at end of file |
35 |
| -+} |
36 |
| -diff -Naur a/bin/Runner.Worker.runtimeconfig.json b/bin/Runner.Worker.runtimeconfig.json |
37 |
| ---- a/bin/Runner.Worker.runtimeconfig.json 2020-07-01 02:21:16.000000000 +0000 |
38 |
| -+++ b/bin/Runner.Worker.runtimeconfig.json 2020-07-28 00:02:19.159028531 +0000 |
39 |
| -@@ -8,7 +8,8 @@ |
40 |
| - } |
41 |
| - ], |
42 |
| - "configProperties": { |
43 |
| - "System.Globalization.PredefinedCulturesOnly": false, |
44 |
| -- "System.Reflection.Metadata.MetadataUpdater.IsSupported": false |
45 |
| -+ "System.Reflection.Metadata.MetadataUpdater.IsSupported": false, |
46 |
| -+ "System.Globalization.Invariant": true |
47 |
| - } |
48 |
| - } |
49 |
| --} |
50 |
| -\ No newline at end of file |
51 |
| -+} |
52 |
| -ICU_PATCH |
| 1 | +sudo yum -y install libicu60 |
0 commit comments