-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
site build is broken #163
Comments
Back further in the log there's a message about the SPDX-License-Identifier which wasn't in the previous log:
|
This likely changed because the version of bundler changed: |
Oh, the runner image also changed from Image: ubuntu-20.04 to Image: ubuntu-22.04 |
So we should probably pin the image to 20.04 until the site is updated to use the newer versions of Ruby. |
Right, that explains a lot. Thanks for catching that. I'll pin the runner. |
GitHub is currently transitioning `ubuntu-latest` to 22.04, which comes with more recent default versions of ruby and bundler which fail the docsite build. To prevent this, we force pin old OS version for now. Fixes #163 Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
GitHub is currently transitioning `ubuntu-latest` to 22.04, which comes with more recent default versions of ruby and bundler which fail the docsite build. To prevent this, we force pin old OS version for now. Fixes #163 Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
Potentially an unexpectedly recent jekyll version or similar.
See: https://github.com/seL4/docs/actions/runs/3520086041/jobs/5900677174
The text was updated successfully, but these errors were encountered: