oci-conformance icon indicating copy to clipboard operation
oci-conformance copied to clipboard

Failing Builds

Open tianon opened this issue 1 year ago • 3 comments

Recent PR merges are failing to build (and I did the merges, so I'm the lucky one getting the emails 🙃).

Someone™ should probably look into it and see what we can do to fix it.

https://github.com/opencontainers/oci-conformance/actions/runs/9701102281/job/26790176781

tianon avatar Jun 28 '24 02:06 tianon

Looks like the | replace statement in the template that was just merged is breaking the Liquid processor.

sudo-bmitch avatar Jun 28 '24 15:06 sudo-bmitch

If this is jekyll it should be something like:

{{ $value.Meta.Name | downcase | replace: " ", "-" }}

Instead of {{ lower $value.Meta.Name | replace " " "-" }} That's not tested, I just pulled that out of my head, but I'm pretty sure that jekyll doesn't have lower, and then replace requires a colon and common between parameters.

vsoch avatar Jun 29 '24 03:06 vsoch

But the reference to $value has me concerned it's some turducken combination of multiple things... :grimacing:

vsoch avatar Jun 29 '24 03:06 vsoch

The Github Pages I am pretty sure is now handled by Netlify instead and publishing successfully to https://conformance.opencontainers.org/

Pages is/was publishing to https://opencontainers.github.io/oci-conformance/ which seems broken. I just disabled github pages in the repo settings and I'll close this issue as done.

jdolitsky avatar Aug 07 '24 06:08 jdolitsky