RESOLVED FIXED 150738
Add buildbot configuration for CMake
https://bugs.webkit.org/show_bug.cgi?id=150738
Summary Add buildbot configuration for CMake
Lucas Forschler
Reported 2015-10-30 15:37:28 PDT
make cmake make :)
Attachments
v1 patch to add builder and scheduler for the cmake magic. (3.35 KB, patch)
2015-10-30 15:43 PDT, Lucas Forschler
no flags
Lucas Forschler
Comment 1 2015-10-30 15:43:16 PDT
Created attachment 264431 [details] v1 patch to add builder and scheduler for the cmake magic. v1 patch to add builder and scheduler.
WebKit Commit Bot
Comment 2 2015-10-30 16:36:15 PDT
Comment on attachment 264431 [details] v1 patch to add builder and scheduler for the cmake magic. Clearing flags on attachment: 264431 Committed r191827: <http://trac.webkit.org/changeset/191827>
WebKit Commit Bot
Comment 3 2015-10-30 16:36:17 PDT
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 4 2015-10-30 20:24:06 PDT
Do we want this on the bot watcher's dashboard?
Alex Christensen
Comment 5 2015-10-31 01:16:55 PDT
(In reply to comment #4) > Do we want this on the bot watcher's dashboard? Probably. Also, this didn't make it actually use --cmake to build. Followup in https://bugs.webkit.org/show_bug.cgi?id=150755
Csaba Osztrogonác
Comment 6 2015-10-31 04:39:21 PDT
(In reply to comment #2) > Comment on attachment 264431 [details] > v1 patch to add builder and scheduler for the cmake magic. > > Clearing flags on attachment: 264431 > > Committed r191827: <http://trac.webkit.org/changeset/191827> Please fix the master.cfg unittest: FAIL: test_builder Apple El Capitan CMake Debug (Build) (__main__.BuildStepsTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "./mastercfg_unittest.py", line 447, in doTest self.assertTrue(builder['name'] in expected_build_steps, "Missing expected result for builder: %s\n Actual result is %s" % (builder['name'], buildSteps)) AssertionError: Missing expected result for builder: Apple El Capitan CMake Debug (Build) Actual result is ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit']
Csaba Osztrogonác
Comment 7 2015-11-03 07:34:11 PST
Note You need to log in before you can comment on or make changes to this bug.