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

ansible,jenkins: install and use GCC 10 on ubuntu2004_sharedlibs #3485

Merged
merged 4 commits into from
Sep 18, 2023

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    ef1e4a0 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. ansible: install acl package on ubuntu hosts

    It's needed by Ansible to create temporary directories with the correct permissions.
    targos committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    09315f9 View commit details
    Browse the repository at this point in the history
  2. ansible: update zlib fetch URL

    Once zlib releases a new version they remove the older one and move it
    to https://www.zlib.net/fossils/. Use this more stable URL to fetch the
    zlib source when building containers.
    richardlau committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    2caa7c1 View commit details
    Browse the repository at this point in the history
  3. ansible: use Python 3.8 in CentOS 7 container

    Current versions of tap2junit require Python > 3.7. The default
    python3 package on CentOS 7 is Python 3.6.
    richardlau committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    c73b708 View commit details
    Browse the repository at this point in the history