Files
bun.sh/cmake/tools
Dylan Conway f8be311ba9 fix(ci): quote JSON variables in SetupBuildkite.cmake to prevent list-splitting on semicolons
The Buildkite build JSON response includes the commit message in the
"message" field. When that message contains a semicolon (as it did in
c6efe76981: "JSString.view now returns bun.String; toSlice → ..."),
passing ${BUILDKITE_BUILD} unquoted to string(JSON ...) causes CMake
to split it into a list at the semicolon, truncating the JSON and
producing "Syntax error: value, object or array expected."

Quote all JSON variable references in string(JSON ...) calls to prevent
this class of bug.
2026-02-26 21:54:59 -08:00
..
2026-02-18 18:08:10 -08:00
2026-02-18 18:08:10 -08:00
2026-01-29 01:22:53 -08:00
2026-02-18 18:08:10 -08:00