X Tutup
Skip to content

Allow build children to run #5881

Merged
QuLogic merged 1 commit intomatplotlib:masterfrom
jenshnielsen:allowbuild_children
Jan 20, 2016
Merged

Allow build children to run #5881
QuLogic merged 1 commit intomatplotlib:masterfrom
jenshnielsen:allowbuild_children

Conversation

@jenshnielsen
Copy link
Copy Markdown
Member

This was a regression from the moving of the file which resulted in the launching of the OSX builds to fail. This only applies on the master branch since the 2.x and 1.5.x branch don't have this issue

This was a regression from the moving of the file
@QuLogic
Copy link
Copy Markdown
Member

QuLogic commented Jan 19, 2016

Where do OSX builds run? Not on Travis?

@jenshnielsen
Copy link
Copy Markdown
Member Author

You can only build one type of travis jobs in one script. This triggers another travis job that does the osx build

@QuLogic
Copy link
Copy Markdown
Member

QuLogic commented Jan 19, 2016

That's not true; you can specify the os key in the build matrix. For example, libsass does so and their builds run on Linux and OSX in one go.

@jenshnielsen
Copy link
Copy Markdown
Member Author

Ok, I didn't know that it's probably worth investigating to port our jobs to run OSX in the same job. Never the less this was originally setup to trigger a child job (not by me) to run on OSX and as as far as I know that was because there was no support for running mixed OS jobs at that time.

@QuLogic
Copy link
Copy Markdown
Member

QuLogic commented Jan 20, 2016

In any case, I don't think anything could go wrong here.

QuLogic added a commit that referenced this pull request Jan 20, 2016
@QuLogic QuLogic merged commit 02f4cdb into matplotlib:master Jan 20, 2016
@QuLogic QuLogic added this to the proposed next point release (2.1) milestone Jan 20, 2016
@jenshnielsen jenshnielsen deleted the allowbuild_children branch January 21, 2016 09:30
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.

3 participants

X Tutup