[
https://issues.apache.org/jira/browse/ARROW-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe L. Korn updated ARROW-2352:
-------------------------------
Description:
At the moment, we only test the conda based build in Travis but we also ship
binary wheels after the release. The process of building them is currently part
of the {{arrow-dist}} repository and uses the {{multibuild}} scripts that are
used for many other Python packages that also have native code.
The code should be ported to run as a real CI job, i.e. in addition to just
packaging the code, we will also need to run the unit tests. Furthermore, once
the job is running and green, we also need to look at the runtimes as we
already have a quite packed CI matrix and we expect that many steps of the
wheel build are just to setup the environment. We should be able to cache them.
Maybe we want to do this as a nightly cron. For a first draft, it will be ok to
add it to the full matrix.
was:
At the moment, we only test the conda based build in Travis
Maybe we want to do this as a nightly cron. For a first draft, I will simply
add it to the matrix.
> [C++/Python] Test OSX packaging in Travis matrix
> ------------------------------------------------
>
> Key: ARROW-2352
> URL: https://issues.apache.org/jira/browse/ARROW-2352
> Project: Apache Arrow
> Issue Type: Improvement
> Components: C++, Python
> Reporter: Uwe L. Korn
> Assignee: Uwe L. Korn
> Priority: Major
> Labels: beginner
> Fix For: 0.9.1
>
>
> At the moment, we only test the conda based build in Travis but we also ship
> binary wheels after the release. The process of building them is currently
> part of the {{arrow-dist}} repository and uses the {{multibuild}} scripts
> that are used for many other Python packages that also have native code.
> The code should be ported to run as a real CI job, i.e. in addition to just
> packaging the code, we will also need to run the unit tests. Furthermore,
> once the job is running and green, we also need to look at the runtimes as we
> already have a quite packed CI matrix and we expect that many steps of the
> wheel build are just to setup the environment. We should be able to cache
> them.
> Maybe we want to do this as a nightly cron. For a first draft, it will be ok
> to add it to the full matrix.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)