|
|
DescriptionAdding target to build SwiftShader
Added the swiftshader target to BUILD.gn's deps in order to enable building SwiftShader using 'ninja -C out/Default swiftshader' or similar command. The 'swiftshader' target already existed in third_party/swiftshader/BUILD.gn, but was unaccessible due to not being referenced in any other BUILD.gn files. Note that SwiftShader does not automatically build with Chromium.
BUG=630728
Committed: https://crrev.com/72ce608cb69854a0029f019e67ddf1509c274f0a
Cr-Commit-Position: refs/heads/master@{#418934}
Patch Set 1 #Patch Set 2 : Temporarily adding swiftshader dependency to chrome to test [Do not commit] #Patch Set 3 : Verifying SwiftShader's new version #Patch Set 4 : Back to original cl #Messages
Total messages: 22 (15 generated)
The CQ bit was checked by sugoi@chromium.org to run a CQ dry run
The CQ bit was unchecked by sugoi@chromium.org
The CQ bit was checked by sugoi@google.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
Description was changed from ========== Adding target to build SwiftShader Added the swiftshader target to BUILD.gn's deps in order to enable building SwiftShader using 'ninja -C out/Default swiftshader' or similar command. The 'swiftshader' target already existed in third_party/swiftshader/BUILD.gn, but was unaccessible due to not being referenced in any other BUILD.gn files. Note that SwiftShader does not automatically build with Chromium. BUG=630728 ========== to ========== Adding target to build SwiftShader Added the swiftshader target to BUILD.gn's deps in order to enable building SwiftShader using 'ninja -C out/Default swiftshader' or similar command. The 'swiftshader' target already existed in third_party/swiftshader/BUILD.gn, but was unaccessible due to not being referenced in any other BUILD.gn files. Note that SwiftShader does not automatically build with Chromium. BUG=630728 ==========
sugoi@chromium.org changed reviewers: + thakis@chromium.org
Ok, let's try this again, I landed the new version of SwiftShader in the DEPS file here: https://codereview.chromium.org/2341863002/ The warnings which were causing the compilation to fail should be fixed. If this cl lands and sticks, I'll try adding Mac compilation, which should also work with the latest SwiftShader version.
The CQ bit was checked by sugoi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)
lgtm
The CQ bit was checked by sugoi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
Message was sent while issue was closed.
Description was changed from ========== Adding target to build SwiftShader Added the swiftshader target to BUILD.gn's deps in order to enable building SwiftShader using 'ninja -C out/Default swiftshader' or similar command. The 'swiftshader' target already existed in third_party/swiftshader/BUILD.gn, but was unaccessible due to not being referenced in any other BUILD.gn files. Note that SwiftShader does not automatically build with Chromium. BUG=630728 ========== to ========== Adding target to build SwiftShader Added the swiftshader target to BUILD.gn's deps in order to enable building SwiftShader using 'ninja -C out/Default swiftshader' or similar command. The 'swiftshader' target already existed in third_party/swiftshader/BUILD.gn, but was unaccessible due to not being referenced in any other BUILD.gn files. Note that SwiftShader does not automatically build with Chromium. BUG=630728 ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001)
Message was sent while issue was closed.
Description was changed from ========== Adding target to build SwiftShader Added the swiftshader target to BUILD.gn's deps in order to enable building SwiftShader using 'ninja -C out/Default swiftshader' or similar command. The 'swiftshader' target already existed in third_party/swiftshader/BUILD.gn, but was unaccessible due to not being referenced in any other BUILD.gn files. Note that SwiftShader does not automatically build with Chromium. BUG=630728 ========== to ========== Adding target to build SwiftShader Added the swiftshader target to BUILD.gn's deps in order to enable building SwiftShader using 'ninja -C out/Default swiftshader' or similar command. The 'swiftshader' target already existed in third_party/swiftshader/BUILD.gn, but was unaccessible due to not being referenced in any other BUILD.gn files. Note that SwiftShader does not automatically build with Chromium. BUG=630728 Committed: https://crrev.com/72ce608cb69854a0029f019e67ddf1509c274f0a Cr-Commit-Position: refs/heads/master@{#418934} ==========
Message was sent while issue was closed.
Patchset 4 (id:??) landed as https://crrev.com/72ce608cb69854a0029f019e67ddf1509c274f0a Cr-Commit-Position: refs/heads/master@{#418934}
Message was sent while issue was closed.
A revert of this CL (patchset #4 id:60001) has been created in https://codereview.chromium.org/2349473003/ by thakis@chromium.org. The reason for reverting is: This seems to not build in our sysroot: https://build.chromium.org/p/chromium.fyi/builders/ClangToTLinuxASan/builds/5....
Message was sent while issue was closed.
On 2016/09/15 22:14:19, Nico wrote: > A revert of this CL (patchset #4 id:60001) has been created in > https://codereview.chromium.org/2349473003/ by mailto:thakis@chromium.org. > > The reason for reverting is: This seems to not build in our sysroot: > https://build.chromium.org/p/chromium.fyi/builders/ClangToTLinuxASan/builds/5.... Thanks, will try again tomorrow. I wish the commit queue bots were more representative of the actual build bots, this is the second time this happens... |