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

feat: manylinux_2_34 based on AlmaLinux 9 #1575

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

Merge branch 'main' into pr/1575

fc6105c
Select commit
Loading
Failed to load commit list.
Open

feat: manylinux_2_34 based on AlmaLinux 9 #1575

Merge branch 'main' into pr/1575
fc6105c
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jul 3, 2024 in 45m 41s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #1575 feat: manylinux_2_34 based on AlmaLinux 9.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has 15 jobs, running in parallel.

Job ENV OS State
3053.1 QUAY_USERNAME=[secure] Linux passed
3053.2 QUAY_USERNAME=[secure] Linux passed
3053.3 QUAY_USERNAME=[secure] Linux passed
3053.4 QUAY_USERNAME=[secure] Linux passed
3053.5 QUAY_USERNAME=[secure] Linux passed
3053.6 QUAY_USERNAME=[secure] Linux passed
3053.7 QUAY_USERNAME=[secure] Linux passed
3053.8 QUAY_USERNAME=[secure] Linux passed
3053.9 QUAY_USERNAME=[secure] Linux passed
3053.10 QUAY_USERNAME=[secure] Linux passed
3053.11 QUAY_USERNAME=[secure] Linux passed
3053.12 QUAY_USERNAME=[secure] Linux passed
3053.13 QUAY_USERNAME=[secure] Linux passed
3053.14 QUAY_USERNAME=[secure] Linux passed
3053.15 QUAY_USERNAME=[secure] Linux passed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Focal)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "services": [
    "docker"
  ],
  "branches": {
    "except": [
      "/^update-dependencies-pr/"
    ]
  },
  "cache": {
    "directories": [
      "${HOME}/buildx-cache/"
    ]
  },
  "env": [
    "global=QUAY_USERNAME=[secure]=QUAY_PASSWORD=[secure]"
  ],
  "jobs": {
    "include": [
      {
        "arch": "arm64-graviton2",
        "virt": "vm",
        "group": "edge",
        "env": [
          {
            "POLICY": "\"manylinux2014\"",
            "PLATFORM": "\"aarch64\""
          }
        ]
      },
      {
        "arch": "s390x",
        "env": [
          {
            "POLICY": "\"manylinux2014\"",
            "PLATFORM": "\"s390x\""
          }
        ]
      },
      {
        "arch": "ppc64le",
        "env": [
          {
            "POLICY": "\"manylinux2014\"",
            "PLATFORM": "\"ppc64le\""
          }
        ]
      },
      {
        "arch": "arm64-graviton2",
        "virt": "vm",
        "group": "edge",
        "env": [
          {
            "POLICY": "\"manylinux_2_28\"",
            "PLATFORM": "\"aarch64\""
          }
        ]
      },
      {
        "arch": "s390x",
        "env": [
          {
            "POLICY": "\"manylinux_2_28\"",
            "PLATFORM": "\"s390x\""
          }
        ]
      },
      {
        "arch": "ppc64le",
        "env": [
          {
            "POLICY": "\"manylinux_2_28\"",
            "PLATFORM": "\"ppc64le\""
          }
        ]
      },
      {
        "arch": "arm64-graviton2",
        "virt": "vm",
        "group": "edge",
        "env": [
          {
            "POLICY": "\"manylinux_2_34\"",
            "PLATFORM": "\"aarch64\""
          }
        ]
      },
      {
        "arch": "s390x",
        "env": [
          {
            "POLICY": "\"manylinux_2_34\"",
            "PLATFORM": "\"s390x\""
          }
        ]
      },
      {
        "arch": "ppc64le",
        "env": [
          {
            "POLICY": "\"manylinux_2_34\"",
            "PLATFORM": "\"ppc64le\""
          }
        ]
      },
      {
        "arch": "arm64-graviton2",
        "virt": "vm",
        "group": "edge",
        "env": [
          {
            "POLICY": "\"musllinux_1_1\"",
            "PLATFORM": "\"aarch64\""
          }
        ]
      },
      {
        "arch": "s390x",
        "env": [
          {
            "POLICY": "\"musllinux_1_1\"",
            "PLATFORM": "\"s390x\""
          }
        ]
      },
      {
        "arch": "ppc64le",
        "env": [
          {
            "POLICY": "\"musllinux_1_1\"",
            "PLATFORM": "\"ppc64le\""
          }
        ]
      },
      {
        "arch": "arm64-graviton2",
        "virt": "vm",
        "group": "edge",
        "env": [
          {
            "POLICY": "\"musllinux_1_2\"",
            "PLATFORM": "\"aarch64\""
          }
        ]
      },
      {
        "arch": "s390x",
        "env": [
          {
            "POLICY": "\"musllinux_1_2\"",
            "PLATFORM": "\"s390x\""
          }
        ]
      },
      {
        "arch": "ppc64le",
        "env": [
          {
            "POLICY": "\"musllinux_1_2\"",
            "PLATFORM": "\"ppc64le\""
          }
        ]
      }
    ]
  },
  "before_install": [
    "if [ -d \"${HOME}/buildx-cache/.buildx-cache-${POLICY}_${PLATFORM}\" ]; then cp -rlf ${HOME}/buildx-cache/.buildx-cache-${POLICY}_${PLATFORM} ./; fi"
  ],
  "install": [
    "uptime",
    "nproc",
    "free",
    "cat /proc/cpuinfo",
    "./travisci-install-buildx.sh"
  ],
  "script": [
    "BUILD_STATUS=success\n(while true; do echo \"travis_wait\"; docker stats --no-stream; free; df -h; sleep 30; done) &\nWAIT_PID=$!\nCOMMIT_SHA=${TRAVIS_COMMIT} ./build.sh || BUILD_STATUS=failed\nkill -9 ${WAIT_PID}\nif [ \"${BUILD_STATUS}\" != \"success\" ]; then\n  exit 1\nfi\nif [ -d \"${HOME}/buildx-cache\" ]; then\n  rm -rf ${HOME}/buildx-cache\nfi\nmkdir ${HOME}/buildx-cache\nif [ \"${MANYLINUX_BUILD_FRONTEND}\" != \"docker\" ]; then\n  cp -rlf ./.buildx-cache-* ${HOME}/buildx-cache/\nfi\n"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "COMMIT_SHA=${TRAVIS_COMMIT} ./deploy.sh",
      "on": {
        "branch": [
          "main"
        ],
        "repo": "pypa/manylinux"
      }
    }
  ],
  "after_script": [
    "if [ -f ${HOME}/dockerd-rootless.pid ]; then kill -15 $(cat ${HOME}/dockerd-rootless.pid); fi",
    "if [ -f /tmp/buildkitd.pid ]; then sudo kill -15 $(cat /tmp/buildkitd.pid); fi"
  ]
}