rmarkdown icon indicating copy to clipboard operation
rmarkdown copied to clipboard

Fix daily pandoc check action on Ubuntu

Open cderv opened this issue 3 years ago • 1 comments
trafficstars

https://github.com/rstudio/rmarkdown/runs/7743229397?check_suite_focus=true

It seems the daily pandoc binary is built on unbuntu 20 now and that cause issue on 18 where GLIBC 2.9 is not available. Or something like that.

I need to look into that.

cderv avatar Aug 09 '22 22:08 cderv

It seems the change should be simple enough like this? https://github.com/yihui/travis-bin/commit/1508c6fcffa4d3c84861cb489393fbd8afbd4a8a I wonder why we are using windows-latest and macos-latest but a fixed version of ubuntu.

yihui avatar Aug 10 '22 14:08 yihui

Yes you are right. We should do that. I think we use 18 because I kept the version when migrated from Travis but using the latest should be fine.

However, I think it is interested to check that pandoc will still be working on Ubuntu 18. I open this issue to remember to check in pandoc project why the change.

You can make the change for this project to use latest though. Thanks!

cderv avatar Aug 10 '22 21:08 cderv

Okay, I'll leave this issue to you then.

yihui avatar Aug 11 '22 01:08 yihui

This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.

github-actions[bot] avatar Feb 14 '23 05:02 github-actions[bot]