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

Update Travis CI to Python 3.12 and Ubuntu 22.04 Jammy Jellyfish #7501

Merged
merged 1 commit into from
Oct 29, 2023

Update to Python 3.12 and Ubuntu 22.04 LTS Jammy Jellyfish

dea5bbe
Select commit
Loading
Failed to load commit list.
Merged

Update Travis CI to Python 3.12 and Ubuntu 22.04 Jammy Jellyfish #7501

Update to Python 3.12 and Ubuntu 22.04 LTS Jammy Jellyfish
dea5bbe
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Oct 29, 2023 in 12m 43s

Build Passed

The build passed.

Details

This is a normal build for the 3.12-travis-ci branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build has 15 jobs, running in parallel.

Job Python ENV OS State
9960.1 3.8 Focal manylinux2014 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.2 3.8 Focal manylinux_2_28 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.3 3.8 musllinux_1_1 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.4 3.9 Focal manylinux2014 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.5 3.9 Focal manylinux_2_28 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.6 3.9 musllinux_1_1 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.7 3.10 Focal manylinux2014 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.8 3.10 Focal manylinux_2_28 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.9 3.10 musllinux_1_1 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.10 3.11 Focal manylinux_2_28 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.11 3.11 Focal manylinux_2_28 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.12 3.11 musllinux_1_1 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.13 3.12 Focal manylinux_2_28 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.14 3.12 Focal manylinux_2_28 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed
9960.15 3.12 musllinux_1_1 aarch64 3.12 CONFIG_PATH=wheels/config.sh Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Jammy)
Python Version 3.12
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "if": "tag IS present OR type = api",
  "env": [
    "global={:CONFIG_PATH=>\"wheels/config.sh\"}={:REPO_DIR=>\".\"}={:PLAT=>\"aarch64\"}={:TEST_DEPENDS=>\"pytest-timeout\"}"
  ],
  "python": [
    "3.12"
  ],
  "services": [
    "docker"
  ],
  "jobs": {
    "include": [
      {
        "name": "3.8 Focal manylinux2014 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "2014"
          },
          {
            "MB_PYTHON_VERSION": "3.8"
          }
        ]
      },
      {
        "name": "3.8 Focal manylinux_2_28 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_2_28\""
          },
          {
            "MB_PYTHON_VERSION": "3.8"
          }
        ]
      },
      {
        "name": "3.8 musllinux_1_1 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_1_1\""
          },
          {
            "MB_ML_LIBC": "\"musllinux\""
          },
          {
            "MB_PYTHON_VERSION": "3.8"
          }
        ]
      },
      {
        "name": "3.9 Focal manylinux2014 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "2014"
          },
          {
            "MB_PYTHON_VERSION": "3.9"
          }
        ]
      },
      {
        "name": "3.9 Focal manylinux_2_28 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_2_28\""
          },
          {
            "MB_PYTHON_VERSION": "3.9"
          }
        ]
      },
      {
        "name": "3.9 musllinux_1_1 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_1_1\""
          },
          {
            "MB_ML_LIBC": "\"musllinux\""
          },
          {
            "MB_PYTHON_VERSION": "3.9"
          }
        ]
      },
      {
        "name": "3.10 Focal manylinux2014 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "2014"
          },
          {
            "MB_PYTHON_VERSION": "3.10"
          }
        ]
      },
      {
        "name": "3.10 Focal manylinux_2_28 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_2_28\""
          },
          {
            "MB_PYTHON_VERSION": "3.10"
          }
        ]
      },
      {
        "name": "3.10 musllinux_1_1 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_1_1\""
          },
          {
            "MB_ML_LIBC": "\"musllinux\""
          },
          {
            "MB_PYTHON_VERSION": "3.10"
          }
        ]
      },
      {
        "name": "3.11 Focal manylinux_2_28 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "2014"
          },
          {
            "MB_PYTHON_VERSION": "3.11"
          }
        ]
      },
      {
        "name": "3.11 Focal manylinux_2_28 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_2_28\""
          },
          {
            "MB_PYTHON_VERSION": "3.11"
          }
        ]
      },
      {
        "name": "3.11 musllinux_1_1 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_1_1\""
          },
          {
            "MB_ML_LIBC": "\"musllinux\""
          },
          {
            "MB_PYTHON_VERSION": "3.11"
          }
        ]
      },
      {
        "name": "3.12 Focal manylinux_2_28 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "2014"
          },
          {
            "MB_PYTHON_VERSION": "3.12"
          }
        ]
      },
      {
        "name": "3.12 Focal manylinux_2_28 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_2_28\""
          },
          {
            "MB_PYTHON_VERSION": "3.12"
          }
        ]
      },
      {
        "name": "3.12 musllinux_1_1 aarch64",
        "os": "linux",
        "arch": "arm64",
        "env": [
          {
            "MB_ML_VER": "\"_1_1\""
          },
          {
            "MB_ML_LIBC": "\"musllinux\""
          },
          {
            "MB_PYTHON_VERSION": "3.12"
          }
        ]
      }
    ]
  },
  "before_install": [
    "source wheels/multibuild/common_utils.sh",
    "source wheels/multibuild/travis_steps.sh",
    "before_install"
  ],
  "install": [
    "build_multilinux aarch64 build_wheel",
    "ls -l \"${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/\""
  ],
  "script": [
    "install_run"
  ],
  "deploy": [
    {
      "provider": "releases",
      "file_glob": true,
      "file": [
        "${TRAVIS_BUILD_DIR}/${WHEEL_SDIR}/*.whl"
      ],
      "on": {
        "repo": "python-pillow/Pillow",
        "tags": true
      },
      "skip_cleanup": true,
      "token": "$GITHUB_RELEASE_TOKEN"
    }
  ]
}