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

use macos-13 instead of macos-11 #165

Merged
merged 6 commits into from
Jul 22, 2024

add DYLD_LIBRARY_PATH for macos-x86_64

a03b11b
Select commit
Loading
Failed to load commit list.
Merged

use macos-13 instead of macos-11 #165

add DYLD_LIBRARY_PATH for macos-x86_64
a03b11b
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request required action Jul 22, 2024 in 15m 2s

Build Errored

The build errored, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #165 use macos-13 instead of macos-11.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has eight jobs, running in parallel.

Job ENV OS State
548.1 OPENBLAS_COMMIT=35d84ad012 Linux errored
548.2 OPENBLAS_COMMIT=35d84ad012 Linux errored
548.3 OPENBLAS_COMMIT=35d84ad012 Linux errored
548.4 OPENBLAS_COMMIT=35d84ad012 Linux errored
548.5 OPENBLAS_COMMIT=35d84ad012 Linux errored
548.6 OPENBLAS_COMMIT=35d84ad012 Linux errored
548.7 OPENBLAS_COMMIT=35d84ad012 Linux errored
548.8 OPENBLAS_COMMIT=35d84ad012 Linux errored

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Bionic)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "env": [
    "global={:OPENBLAS_COMMIT=>\"35d84ad012\"}={:REPO_DIR=>\"OpenBLAS\"}"
  ],
  "sudo": true,
  "services": [
    "docker"
  ],
  "before_install": [
    "source tools/build_steps.sh",
    "before_build"
  ],
  "install": [
    "if [ ${TRAVIS_EVENT_TYPE} == \"cron\" ]; then\n  clean_code $REPO_DIR develop\nelse\n  clean_code $REPO_DIR $OPENBLAS_COMMIT\nfi\n"
  ],
  "script": [
    "if [ ${TRAVIS_EVENT_TYPE} == \"cron\" ]; then\n  build_lib \"$PLAT\" \"$INTERFACE64\" 1\n  version=$(cd OpenBLAS && git describe --tags --abbrev=8 | sed -e \"s/^v\\(.*\\)-g.*/\\1/\" | sed -e \"s/-/./g\")\n  sed -e \"s/^version = .*/version = \\\"${version}\\\"/\" -i.bak pyproject.toml\nelse\n  build_lib \"$PLAT\" \"$INTERFACE64\" 0\nfi\n",
    "libc=${MB_ML_LIBC:-manylinux}",
    "docker_image=quay.io/pypa/${libc}${MB_ML_VER}_${PLAT}",
    "docker run --rm -e INTERFACE64=\"${INTERFACE64}\" \\ -e MB_ML_LIBC=\"${MB_ML_LIBC}\" \\ -v $(pwd):/openblas $docker_image \\ /bin/bash -xe /openblas/tools/build_wheel.sh"
  ],
  "after_success": [
    "set +ex",
    "sudo chmod -R a+w /home/travis/.cache",
    "pip install -q git+https://github.com/Anaconda-Platform/anaconda-client@1.8.0",
    "sudo chmod -R a+w dist",
    "source tools/upload_to_anaconda_staging.sh",
    "upload_wheels"
  ],
  "jobs": {
    "include": [
      {
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "PLAT": "aarch64"
          },
          {
            "MB_ML_VER": "_1_1"
          },
          {
            "MB_ML_LIBC": "musllinux"
          },
          {
            "DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
          }
        ]
      },
      {
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "PLAT": "aarch64"
          },
          {
            "INTERFACE64": "1"
          },
          {
            "MB_ML_VER": "_1_1"
          },
          {
            "MB_ML_LIBC": "musllinux"
          },
          {
            "DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
          }
        ]
      },
      {
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "PLAT": "aarch64"
          },
          {
            "MB_ML_VER": "2014"
          },
          {
            "DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
          }
        ]
      },
      {
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "PLAT": "aarch64"
          },
          {
            "INTERFACE64": "1"
          },
          {
            "MB_ML_VER": "2014"
          },
          {
            "DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
          }
        ]
      },
      {
        "os": "linux",
        "arch": "s390x",
        "env": [
          {
            "PLAT": "s390x"
          },
          {
            "MB_ML_VER": "2014"
          },
          {
            "DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
          }
        ]
      },
      {
        "os": "linux",
        "arch": "s390x",
        "env": [
          {
            "PLAT": "s390x"
          },
          {
            "INTERFACE64": "1"
          },
          {
            "MB_ML_VER": "2014"
          },
          {
            "DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
          }
        ]
      },
      {
        "os": "linux",
        "arch": "ppc64le",
        "env": [
          {
            "PLAT": "ppc64le"
          },
          {
            "MB_ML_VER": "2014"
          },
          {
            "DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
          }
        ]
      },
      {
        "os": "linux",
        "arch": "ppc64le",
        "env": [
          {
            "PLAT": "ppc64le"
          },
          {
            "INTERFACE64": "1"
          },
          {
            "MB_ML_VER": "2014"
          },
          {
            "DOCKER_TEST_IMAGE": "multibuild/xenial_{PLAT}"
          }
        ]
      }
    ]
  }
}