Commit 93d4ab2
authored
examples: enable winflexbison on windows (#1528)
With short build paths (#1527), winflexbison's cmake build no longer
exceeds MAX_PATH.
Remove its broken marker and the BZLMOD_ENABLED guard.
Mesa itself still hits MAX_PATH on bzlmod Windows — meson's Python
runtime lives in a deeply-nested runfiles tree under the exec root, and
the bzlmod module-path segments push it past 260 characters. Mark mesa
broken on bzlmod Windows until the tool-staging work (copying runtime
closures into EXT_BUILD_DEPS) lands. The workspaces configs are short
enough to build successfully.1 parent b8d437c commit 93d4ab2
2 files changed
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
102 | 103 | | |
103 | 104 | | |
104 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
105 | 113 | | |
106 | 114 | | |
107 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | | - | |
28 | | - | |
29 | | - | |
| 26 | + | |
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| |||
0 commit comments