Commit 2802230
sweet: disable get subcommand on plan9
Repo x/benchmarks tests have been failing on plan9 because the
sweet tool uses linux-dependent modules which don't build on plan9.
CL 689187 fixes the analogous problem for wasm, by making a
wasm-specific stub for the get subcommand. Here we extend the
change to apply to plan9 as well.
Fixes golang/go#74149
Change-Id: I25e232a5fbce001b74c63114577ac17d6bbf3bbe
Reviewed-on: https://go-review.googlesource.com/c/benchmarks/+/693896
Auto-Submit: Michael Pratt <[email protected]>
Reviewed-by: Michael Pratt <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
LUCI-TryBot-Result: Go LUCI <[email protected]>1 parent a707a58 commit 2802230
2 files changed
+4
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
| |||
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
15 | | - | |
| 17 | + | |
16 | 18 | | |
0 commit comments