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

Add a better error message for users of CodeQL CLI 2.7.2 and earlier running on ubuntu-22.04 #1334

Merged
merged 5 commits into from Nov 1, 2022

Commits on Oct 28, 2022

  1. Add a better error message for users of CodeQL CLI 2.7.2 and earlier

    Improves the error message for users running (a) CLI 2.7.2 and earlier
    and (b) `ubuntu-22.04`, to which `ubuntu-latest` is now being migrated.
    Previously this was "undefined symbol: __libc_dlopen_mode, version
    GLIBC_PRIVATE".
    Now we give some guidance around glibc versions and using the
    `ubuntu-20.04` runner image.
    henrymercer committed Oct 28, 2022
    Copy the full SHA
    a12a861 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4b37e17 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. Copy the full SHA
    13cb2ca View commit details
    Browse the repository at this point in the history
  2. Improve error message

    henrymercer committed Oct 31, 2022
    Copy the full SHA
    a3141c7 View commit details
    Browse the repository at this point in the history
  3. Add changelog note

    henrymercer committed Oct 31, 2022
    Copy the full SHA
    6c6b550 View commit details
    Browse the repository at this point in the history