Skip to content

CI is broken again #29

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

Closed
eldruin opened this issue Feb 8, 2021 · 1 comment
Closed

CI is broken again #29

eldruin opened this issue Feb 8, 2021 · 1 comment

Comments

@eldruin
Copy link
Member

eldruin commented Feb 8, 2021

This leads to different versions of the books when read on different domains: docs.rust-embedded.org vs rust-embedded.github.io.
I do not know what the cause is. See last CI log:

~/build/rust-embedded/docs
+rustdoc --markdown-css rust.css --markdown-no-toc index.md
+rustdoc --markdown-css rust.css faq.md
+books=(book discovery embedonomicon)
+local books
++mktemp -d
+local tmpdir=/tmp/tmp.cfMiduW7yS
+for book in '"${books[@]}"'
+git clone https://github.com/rust-embedded/book /tmp/tmp.cfMiduW7yS/book
Cloning into '/tmp/tmp.cfMiduW7yS/book'...
+cd /tmp/tmp.cfMiduW7yS/book
+mdbook build
2021-02-08 12:17:06 [INFO] (mdbook::book): Book building has started
2021-02-08 12:17:06 [INFO] (mdbook::book): Running the html backend
+mv /tmp/tmp.cfMiduW7yS/book/book doc/book
+for book in '"${books[@]}"'
+git clone https://github.com/rust-embedded/discovery /tmp/tmp.cfMiduW7yS/discovery
Cloning into '/tmp/tmp.cfMiduW7yS/discovery'...
+cd /tmp/tmp.cfMiduW7yS/discovery
+mdbook build
2021-02-08 12:17:07 [INFO] (mdbook::book): Book building has started
2021-02-08 12:17:07 [INFO] (mdbook::book): Running the html backend
2021-02-08 12:17:07 [ERROR] (mdbook::utils): Error: Rendering failed
2021-02-08 12:17:07 [ERROR] (mdbook::utils): 	Caused By: Failed to read "/tmp/tmp.cfMiduW7yS/discovery/src/08-leds-again/target"
2021-02-08 12:17:07 [ERROR] (mdbook::utils): 	Caused By: No such file or directory (os error 2)
@eldruin
Copy link
Member Author

eldruin commented Jul 5, 2021

This was fixed in #33

@eldruin eldruin closed this as completed Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant