iris-hep / iris-hep.github.io

Institute for Research and Innovation in Software for High Energy Physics
http://iris-hep.org
30 stars 347 forks source link

fix: Update jekyll-last-modified-at for Apple silicon builds #2362

Closed matthewfeickert closed 2 months ago

matthewfeickert commented 2 months ago

posix-spawn v0.3.15

https://github.com/iris-hep/iris-hep.github.io/blob/cfcc0405fb78adee464189a25e19c8dd10c56a9e/Gemfile.lock#L87

was introducing build errors on Apple silicon machine installs. Updating jekyll-last-modified-at, which had previously required posix-spawn drops the dependency and the install and build then works.

This should probably go in before PR #2361, though is not required.