Commit 3bf2bd4
tools: automate icu-small update
PR-URL: #47727
Refs: nodejs/security-wg#828
Reviewed-By: Steven R Loomis <srl295@gmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>1 parent b80e006 commit 3bf2bd4Copy full SHA for 3bf2bd4
File tree
Expand file treeCollapse file tree
4 files changed
+95
-0
lines changedOpen diff view settings
Filter options
- .github/workflows
- doc/contributing/maintaining
- tools
- dep_updaters
- icu
Expand file treeCollapse file tree
4 files changed
+95
-0
lines changedOpen diff view settings
Collapse file
.github/workflows/tools.yml
Copy file name to clipboardExpand all lines: .github/workflows/tools.yml+17Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
24 | 24 | |
25 | 25 | |
26 | 26 | |
| 27 | + |
27 | 28 | |
28 | 29 | |
29 | 30 | |
| ||
36 | 37 | |
37 | 38 | |
38 | 39 | |
| 40 | + |
| 41 | + |
| 42 | + |
39 | 43 | |
40 | 44 | |
41 | 45 | |
| ||
254 | 258 | |
255 | 259 | |
256 | 260 | |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
| 267 | + |
| 268 | + |
257 | 269 | |
258 | 270 | |
259 | 271 | |
260 | 272 | |
261 | 273 | |
| 274 | + |
| 275 | + |
| 276 | + |
| 277 | + |
| 278 | + |
262 | 279 | |
263 | 280 | |
264 | 281 | |
|
Collapse file
doc/contributing/maintaining/maintaining-icu.md
Copy file name to clipboardExpand all lines: doc/contributing/maintaining/maintaining-icu.md+3Lines changed: 3 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
101 | 101 | |
102 | 102 | |
103 | 103 | |
| 104 | + |
| 105 | + |
| 106 | + |
104 | 107 | |
105 | 108 | |
106 | 109 | |
|
Collapse file
tools/dep_updaters/update-icu.sh
Copy file name to clipboard+75Lines changed: 75 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
Collapse file
tools/icu/shrink-icu-src.py
Copy file name to clipboard100644100755File mode changed.
0 commit comments