Uh oh!
There was an error while loading. Please reload this page.
ARROW-4744: [C++][CI] Change mingw builds back to debug. Cleanup up some version warnings - #3793
ARROW-4744: [C++][CI] Change mingw builds back to debug. Cleanup up some version warnings#3793emkornfield wants to merge 4 commits into
Conversation
kou
commented
Mar 2, 2019
Thanks! |
emkornfield
commented
Mar 2, 2019
Yes on it. |
emkornfield
commented
Mar 2, 2019
Also, should/can these checks be turned on for linux builds? |
emkornfield
commented
Mar 2, 2019
or turned off for ming in the short term? I don't understand why the breakage just started occurring now. |
kou
commented
Mar 3, 2019
It's caused by combination of #3693 and #3750. It's my fault. Sorry. diff --git a/ci/appveyor-cpp-build-mingw.bat b/ci/appveyor-cpp-build-mingw.bat
index 249ea1ab..bdd3b144 100644
--- a/ci/appveyor-cpp-build-mingw.bat+++ b/ci/appveyor-cpp-build-mingw.bat@@ -17,8 +17,8 @@
@echo on
-set CMAKE_BUILD_TYPE=debug-set MESON_BUILD_TYPE=debug+set CMAKE_BUILD_TYPE=release+set MESON_BUILD_TYPE=release
set INSTALL_DIR=%HOMEDRIVE%%HOMEPATH%\install
set PATH=%INSTALL_DIR%\bin;%PATH% |
emkornfield
commented
Mar 3, 2019
@kou I made the change, lets hope that fixes CI (I think the other changes aren't bad so I'll leave them in if that is OK). I sent a follow-up e-mail to the mailing to see how we want to proceed with some of these ignored warnings. |
emkornfield
commented
Mar 3, 2019
Build failure is plasma (looks like it might be flaky? because its based on timestamps):
E assert 1551585976 <= 1551585975 |
kou
commented
Mar 3, 2019
+1 |
xhochy
commented
Mar 3, 2019
@kou@emkornfield The 64bit builds now get stuck from time to time too on master: https://ci.appveyor.com/project/ApacheSoftwareFoundation/arrow/builds/22779601/job/d1h0bfv5oyecs414 |
emkornfield
commented
Mar 4, 2019
@kou do you have thoughts on what might be causing that? Could we maybe disable ming64 until we can figure it out? |
kou
commented
Mar 4, 2019
I don't know why... It's not reproduced on my local machine. |
@kou is disabling something you can do? I'm currently working on another flaky test and probably won't be able to get to it tonight. (otherwise I can try to do it tomorrow) |
kou
commented
Mar 4, 2019
OK. I'll do later. |
kou
commented
Mar 5, 2019
Done: #3809 |
No description provided.