Skip to content

Merge branch 'main' into fix-upstream

56f8b95
Select commit
Loading
Failed to load commit list.
Open

lddtree: support alternative LD_LIBRARY_PATH called AUDITWHEEL_LD_LIBRARY_PATH #597

Merge branch 'main' into fix-upstream
56f8b95
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Jun 21, 2025 in 1h 28m 18s

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 #597 fix upstream.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has two jobs, running in parallel.

Job Python OS State Notes
1585.1 3.12 Linux passed
1585.2 3.12 Linux passed This job is allowed to fail.

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Version 3.12
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "python": [
    "3.12"
  ],
  "branches": {
    "except": [
      "/^dependabot.*$/"
    ]
  },
  "jobs": {
    "include": [
      {
        "arch": "ppc64le"
      },
      {
        "arch": "s390x"
      }
    ],
    "allow_failures": [
      {
        "arch": "ppc64le"
      }
    ]
  },
  "addons": {
    "apt": {
      "packages": [
        "qemu-user-static"
      ]
    }
  },
  "services": [
    "docker"
  ],
  "notifications": {
    "email": [
      {
        "enabled": false
      }
    ]
  },
  "install": [
    "curl https://keybase.io/codecovsecurity/pgp_keys.asc | gpg --no-default-keyring --keyring trustedkeys.gpg --import",
    "curl -fsSLo ${HOME}/codecov.SHA256SUM https://uploader.codecov.io/latest/linux/codecov.SHA256SUM",
    "curl -fsSLo ${HOME}/codecov.SHA256SUM.sig https://uploader.codecov.io/latest/linux/codecov.SHA256SUM.sig",
    "curl -fsSLo ${HOME}/codecov https://uploader.codecov.io/latest/linux/codecov",
    "gpgv ${HOME}/codecov.SHA256SUM.sig ${HOME}/codecov.SHA256SUM",
    "pushd ${HOME} && shasum -a 256 -c codecov.SHA256SUM && popd",
    "chmod +x ${HOME}/codecov",
    "qemu-x86_64-static ${HOME}/codecov --version",
    "pip install nox"
  ],
  "script": [
    "nox -s tests-3.12"
  ],
  "after_success": [
    "qemu-x86_64-static ${HOME}/codecov"
  ],
  "cache": {
    "directories": [
      "$HOME/.cache/auditwheel_tests"
    ]
  }
}