commonmark / cmark

CommonMark parsing and rendering library and program in C
Other
1.6k stars 527 forks source link

test: simplify test execution environment handling #517

Closed compnerd closed 5 months ago

compnerd commented 6 months ago

Use generator expressions to compute the new path and avoid translations. This reduces complexity in the build and allows for a different build layout.

compnerd commented 6 months ago

@jgm seems that only collaborators can re-trigger workflows. In this case, the linux failures seemed to be due to an apt failure and so should be re-triggered.

jgm commented 6 months ago

Re-triggered them but still failing. Can try again later.

compnerd commented 5 months ago

@jgm this should be good to merge I believe