Use patched mdbook#284
Open
jonathanpallant wants to merge 4 commits intomainfrom
Open
Conversation
It's latest mdbook 0.5.2, but with rust-lang/mdBook#2993. jonathanpallant/mdBook@7e285be
Deploying ferrous-systems-rust-exercises with
|
| Latest commit: |
0f7d127
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://cb6069ec.ferrous-systems-rust-exercises.pages.dev |
| Branch Preview URL: | https://fixing-mdbook.ferrous-systems-rust-exercises.pages.dev |
Member
Author
|
Failed with: $ ./mdbook
./mdbook: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.39' not found (required by ./mdbook) |
Member
Author
|
mdbook maintainers apparently have a choice of fixes for this issue (and have had for ages) and it's not clear how they are going to proceed. So I'm actually tempted to move forward with this fix so we can get something working. We'd want to do the same for the training repo. |
1d63d12 to
2f1ca0e
Compare
robamu
reviewed
May 7, 2026
| else | ||
| ./mdbook --version || curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.5.2/mdbook-v0.5.2-x86_64-unknown-linux-gnu.tar.gz | tar -xvzf - | ||
| #./mdbook --version || curl -sSL https://github.com/rust-lang/mdBook/releases/download/v0.5.2/mdbook-v0.5.2-x86_64-unknown-linux-gnu.tar.gz | tar -xvzf - | ||
| # This one carries a patch we want |
Contributor
There was a problem hiding this comment.
can we refer to the commit/PR of the patch here? Or is it something that will soon be reverted to a released version anyway?
Member
Author
There was a problem hiding this comment.
That info should be in the release info in that GitHub fork. I think.
robamu
approved these changes
May 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This uses latest mdbook 0.5.2, but with rust-lang/mdBook#2993. The binary was built for x86-64 linux and committed to the tree.
jonathanpallant/mdBook@7e285be