Skip to content
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

CI: mdBook v0.4.13とRust 1.56.1へアップデート #70

Merged
merged 2 commits into from
Nov 13, 2021

Conversation

tatsuya6502
Copy link
Member

@tatsuya6502 tatsuya6502 commented Nov 13, 2021

Circle CIのジョブを変更します。

@tatsuya6502 tatsuya6502 changed the title Update the CI to use mdBook v0.4.13 and Rust 1.56.1 CI: mdBook v0.4.13とRust 1.56.1へアップデート Nov 13, 2021
@tatsuya6502 tatsuya6502 added this to the 2021 Ed. milestone Nov 13, 2021
@tatsuya6502
Copy link
Member Author

CIがfailした。Dockerイメージにxzコマンドが存在しないらしい。イメージの修正が必要 😢

#!/bin/bash -eo pipefail
cp -rp docs /tmp/docs
tar cJf docs.txz docs
mv docs.txz /tmp

/bin/sh: 1: xz: not found
tar: docs.txz: Wrote only 4096 of 10240 bytes
tar: Child returned status 127
tar: Error is not recoverable: exiting now

Exited with code exit status 2

CircleCI received exit code 2

@tatsuya6502
Copy link
Member Author

CIがfailした。Dockerイメージにxzコマンドが存在しないらしい

以下のPRにてDockerイメージを修正後、CIをrerunしたところpassしました。

Copy link
Member Author

@tatsuya6502 tatsuya6502 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CIの ログ生成されたHTML を確認しました。

問題なさそうですのでマージします。

@tatsuya6502 tatsuya6502 merged commit 604c194 into rust-lang-ja:master Nov 13, 2021
@tatsuya6502 tatsuya6502 deleted the mdbook-0.4.13 branch November 13, 2021 02:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant