Skip to content

Python 3.6 bottle for high_sierra #1

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

dlon
Copy link
Member

@dlon dlon commented Dec 26, 2018

Re: pygame/pygame#693

Should speed up the Python 3.6 build... if it works. Right now it builds from source.

Uploaded from Travis: https://travis-ci.com/dlon/pygame/builds/95720919
using the API:

import requests
import json


body={
  "request": {
    "message": "Build bottles.",
    "branch": "travis-upload",
    "config": {
      "merge_mode": "replace",
      "language": "python",
      "cache": {
        "directories": [
          "$HOME/.cache/pip",
          "$HOME/Library/Caches/Homebrew",
          "/Library/Caches/Homebrew"
        ]
      },
      "matrix": {
        "include": [
          {
          "os": "osx",
          "osx_image": "xcode10.1",
          "language": "generic",
          "env": [
            "PY_VERSION=3",
            "PY_VERSION_=3.6",
            "MAKEFLAGS=-j8",
            "BOTTLES_BUILD='python'",
          ]}
        ]
      },
      "script": [
        "source buildconfig/ci/travis/.travis_osx_upload_bottles.sh"
      ],
      "before_cache": [
        "brew cleanup"
      ],
      "env": {
        "global": {
          "SDL_VIDEODRIVER": "dummy",
          "SDL_AUDIODRIVER": "disk",
        }
      }
    }
  }
}

r = requests.post("https://api.travis-ci.com/repo/dlon%2Fpygame/requests",
                  headers={
                    "Content-Type": "application/json",
                    "Accept": "application/json",
                    "Travis-API-Version": "3",
                    "Authorization": "token XXXXXXXXXX"
                  },
                  data=json.dumps(body))

@illume
Copy link
Member

illume commented Dec 27, 2018

Everyone in the 'pygame' team should have write access to this repo now.

@dlon dlon force-pushed the master branch 7 times, most recently from 13dad8b to ce325e5 Compare January 29, 2019 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants