Commit 5fdace7
authored
Use glob for go_library srcs in BUILD.bazel (#278)
The srcs list was hand-maintained and fell out of sync when v43 split
code into feature-gated files (config_feat_*.go, linker_feat_wasi.go,
module_feat_cranelift.go, store_feat_wasi.go, etc.). This caused Bazel
builds to fail with undefined symbol errors since the new files were
never added to srcs.
Switch to glob() to match the pattern already used for go_test srcs,
so new source files are automatically picked up.1 parent 351b754 commit 5fdace7
1 file changed
Lines changed: 8 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 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 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
51 | 27 | | |
52 | 28 | | |
53 | 29 | | |
| |||
0 commit comments