Code Monkey home page Code Monkey logo

Comments (8)

offa avatar offa commented on June 9, 2024 1

@offa You know so many things about CI jobs and GitHub actions. Do you have any idea what's going on here?

I think so. Some older compilers run in images based on EOL Ubuntu versions, which likely ship a outdated glibc version. actions/checkout (amongst others) requires node20 which requires a newer version of glibc.

Going back to an older actions/checkout version (v3?) could be a temporary fix, but it might be time to drop some older compilers instead now.

from functionalplus.

Dobiasd avatar Dobiasd commented on June 9, 2024 1

Thanks a lot!

from functionalplus.

Dobiasd avatar Dobiasd commented on June 9, 2024

Switching from using ubuntu-latest to ubuntu-20.04 does not help.

from functionalplus.

Dobiasd avatar Dobiasd commented on June 9, 2024

Switching from using actions/checkout@main to actions/checkout@v4 does not help.

from functionalplus.

Dobiasd avatar Dobiasd commented on June 9, 2024

@offa You know so many things about CI jobs and GitHub actions. Do you have any idea what's going on here?

from functionalplus.

offa avatar offa commented on June 9, 2024

I check these versions:

  • Clang <= 10 bionic
  • Clang <= 6: xenial
  • GCC = 8: bionic
  • GCC = 7: xenial
  • GCC < 7: trusty

If my assumption is correct, only those should fail.

Update

Indeed, GCC <7 and Clang < 11 fail. Shall we drop them?

from functionalplus.

Dobiasd avatar Dobiasd commented on June 9, 2024

Ah 💡, thanks a lot! ❤️

Yeah, let's drop them. 👍

from functionalplus.

offa avatar offa commented on June 9, 2024

PR is on the way …

from functionalplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.