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

[CI] [C++] Turn optimizations off on AppVeyor #23914

Closed
asfimport opened this issue Jan 24, 2020 · 5 comments
Closed

[CI] [C++] Turn optimizations off on AppVeyor #23914

asfimport opened this issue Jan 24, 2020 · 5 comments

Comments

@asfimport
Copy link

Some AppVeyor entries build in release mode (for example MinGW, R). We should try to turn compiler optimizations off (e.g. by passing a CXXFLAGS) to make those entries faster.

Reporter: Antoine Pitrou / @pitrou

PRs and other links:

Note: This issue was originally created as ARROW-7669. Please see the migration documentation for further details.

@asfimport
Copy link
Author

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
For R I'm planning to take up ARROW-7675 after 0.16. In general we should probably migrate some/all jobs off of Appveyor since it's now our bottleneck.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
While the build script would be different, that's a bit orthogonal still. Builds will take time on GHA as well (actually, perhaps even more, since GHA doesn't have sufficient caching for us).

@asfimport
Copy link
Author

Neal Richardson / @nealrichardson:
You're right, it is orthogonal, though my thought was that using GHA and thus having more concurrent builds will be a bigger win.

@asfimport
Copy link
Author

Antoine Pitrou / @pitrou:
Should not be a problem anymore now that we've moved R and MinGW builds to Github Actions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant