-
Notifications
You must be signed in to change notification settings - Fork 478
Description
Since #1916 around June 6, the spec 3.0 build fails, due to an error from the Bikeshed run:
https://github.com/WebAssembly/spec/actions/runs/15701342573/job/44236643013
However, this failure obviously has nothing to do with that specific PR, and the offending lines have been in the doc for much longer. The last successful CI run including them was on May 22.
So I suspect that Bikeshed got upgraded with some feature that clobbers more syntax in conflict with embedded Latex. Digging into Bikeshed's commit history, and given the timeline, I suspect speced/bikeshed#3108 to be the culprit, but I can't tell for sure, nor infer what the offending syntax is.
I tried some shots in the dark to work around it, but they did not help. @tabatkins, can you perhaps give some advice?