Commit db36ab2
[dart2wasm] Make pkg/dart2wasm/tool/run_benchmark work on MacOS
It seems `realpath` isn't available on stock MacOS always (and
may require `homebrew install coreutils`). So we switch to using
a custom version.
Closes #61226
Change-Id: I8f9fe990346a0d8b93903b02688b704273212ee9
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/443260
Reviewed-by: Ömer Ağacan <[email protected]>
Commit-Queue: Martin Kustermann <[email protected]>1 parent fc16a52 commit db36ab2
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
22 | 30 | | |
| |||
89 | 97 | | |
90 | 98 | | |
91 | 99 | | |
92 | | - | |
| 100 | + | |
93 | 101 | | |
94 | 102 | | |
95 | 103 | | |
| |||
0 commit comments