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

ci: Fix the CI builds after Github Actions moving ubuntu-latest to 24.04 #3213

Merged
merged 5 commits into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. ci: Fix the CI builds after Github Actions moving ubuntu-latest to 24.04

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    754a31e View commit details
    Browse the repository at this point in the history
  2. Try with libicu-dev instead of DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    fc7f844 View commit details
    Browse the repository at this point in the history
  3. Revert the changes for CSharp. They could be taken care in a separate PR

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    f1346e2 View commit details
    Browse the repository at this point in the history
  4. Run C# tests on ubuntu-22.04 to fix the CI issues

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    ac8b33b View commit details
    Browse the repository at this point in the history
  5. Do not try to run tests for langs without build.sh (such as lang/rust/)

    Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
    martin-g committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b981fba View commit details
    Browse the repository at this point in the history