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

github-pages workflow deploy fail #153

Open
dieterplex opened this issue Oct 18, 2022 · 1 comment · May be fixed by #155
Open

github-pages workflow deploy fail #153

dieterplex opened this issue Oct 18, 2022 · 1 comment · May be fixed by #155

Comments

@dieterplex
Copy link
Contributor

dieterplex commented Oct 18, 2022

From recent change, the deploy is fail due to:

Run peaceiris/actions-mdbook@v1
mdbook version: 0.4.21
Operating System: unknown-linux-gnu
toolURL: https://github.com/rust-lang/mdBook/releases/download/v0.4.21/mdbook-v0.4.21-x86_64-unknown-linux-gnu.tar.gz
/bin/tar xz --warning=no-unknown-keyword -C /home/runner/tmp -f /home/runner/work/_temp/bc8b8fa7-2411-4a7b-b503-cecaabd29ffd
/home/runner/toolbin/mdbook --version
/home/runner/toolbin/mdbook: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by /home/runner/toolbin/mdbook)
/home/runner/toolbin/mdbook: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /home/runner/toolbin/mdbook)

Run mdbook build
mdbook: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by mdbook)
mdbook: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by mdbook)
Error: Process completed with exit code 1.

It has been reported to actions-mdbook: peaceiris/actions-mdbook#464

Another issue is there is no package: linuxbrew-wrapper in runner-image ubuntu 20.04/2.04 (see this action run of #151 ). #50 should address this issue.

@dieterplex dieterplex linked a pull request Dec 17, 2022 that will close this issue
@dieterplex
Copy link
Contributor Author

#151 only fix the initial issue. Although Homebrew is installed both on 18.04/20.04 runner, there is no linuxbrew-wrapper could be found in 20.04.

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

Successfully merging a pull request may close this issue.

1 participant