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

[R-package] [ci] newer versions of actions/setup-pandoc are incompatible with Ubuntu 18.04 #6298

Closed
jameslamb opened this issue Feb 3, 2024 · 0 comments · Fixed by #6299
Closed

Comments

@jameslamb
Copy link
Collaborator

Description

See #6293 (comment).

R 3.6 CI jobs running on ubuntu:18.04 started failing recently with this error:

Run r-lib/actions/setup-pandoc@v2
  with:
    pandoc-version: [2](https://github.com/microsoft/LightGBM/actions/runs/7745434225/job/21139413173?pr=6293#step:7:2).19.2
  env:
    _R_CHECK_SYSTEM_CLOCK_: 0
    _R_CHECK_CRAN_INCOMING_REMOTE_: 0
    _R_CHECK_PKG_SIZES_THRESHOLD_: 100
/__e/node20/bin/node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by /__e/node20/bin/node)

Reproducible example

Example recent builds from master:

  • r-package (ubuntu-latest, gcc, R 3.6, cmake) (link)
  • r-package (ubuntu-latest, clang, R 3.6, cmake) (link)

Additional Comments

I suspect this is because r-lib/actions/setup-pandoc just updated to node 20.

Helpful links:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant