|
|
Chromium Code Reviews
DescriptionDo not download Linux sysroots.
Committed: https://pdfium.googlesource.com/pdfium/+/543651f9d8d8cb9ec45dce5fe3d06c2e6013de7d
Patch Set 1 #Patch Set 2 : rebase #Patch Set 3 : comment #Patch Set 4 : rebase #Messages
Total messages: 35 (14 generated)
thestig@chromium.org changed reviewers: + dsinclair@chromium.org
This got pulled in with https://codereview.chromium.org/1904563002, but I don't think we are using sysroots at all in the standalone build.
Does the standalone GN build work for you without this? I need to have the sysroot as there is stuff in //build which seemed to require it when building with GN.
Nope. git grep doesn't search build/ so I missed a bunch of things. Let me go back to the drawing board.
On 2016/04/26 00:05:15, Lei Zhang wrote: > Nope. git grep doesn't search build/ so I missed a bunch of things. Let me go > back to the drawing board. Is it causing issues to have the sysroot.
On 2016/04/26 00:07:05, dsinclair wrote: > On 2016/04/26 00:05:15, Lei Zhang wrote: > > Nope. git grep doesn't search build/ so I missed a bunch of things. Let me go > > back to the drawing board. > > Is it causing issues to have the sysroot. Well, it causes this extra download that uses 270 MB of disk space, and the gyp build does not use the sysroot.
On 2016/04/26 00:07:05, dsinclair wrote: > On 2016/04/26 00:05:15, Lei Zhang wrote: > > Nope. git grep doesn't search build/ so I missed a bunch of things. Let me go > > back to the drawing board. > > Is it causing issues to have the sysroot. Well, it causes this extra download that uses 270 MB of disk space, and the gyp build does not use the sysroot.
On 2016/04/26 00:12:25, Lei Zhang wrote: > On 2016/04/26 00:07:05, dsinclair wrote: > > On 2016/04/26 00:05:15, Lei Zhang wrote: > > > Nope. git grep doesn't search build/ so I missed a bunch of things. Let me > go > > > back to the drawing board. > > > > Is it causing issues to have the sysroot. > > Well, it causes this extra download that uses 270 MB of disk space, and the gyp > build does not use the sysroot. Maybe ping the GN folks to see if the sysroot is going to be required moving forward with GN?
On 2016/04/26 00:05:15, Lei Zhang wrote: > Nope. git grep doesn't search build/ so I missed a bunch of things. Let me go > back to the drawing board. I tried again last night with ToT, and it works if I set use_sysroot = false. I still need to talk to the GN folks, because their build/ rules for Chromium doesn't always make sense for other projects.
On 2016/05/13 22:11:27, Lei Zhang wrote: > On 2016/04/26 00:05:15, Lei Zhang wrote: > > Nope. git grep doesn't search build/ so I missed a bunch of things. Let me go > > back to the drawing board. > > I tried again last night with ToT, and it works if I set use_sysroot = false. I > still need to talk to the GN folks, because their build/ rules for Chromium > doesn't always make sense for other projects. Can you update the README to add use_sysroot = false in the 'Selecting build configuration' example?
On 2016/05/16 13:45:51, dsinclair wrote: > Can you update the README to add use_sysroot = false in the 'Selecting build > configuration' example? Done.
lgtm
Oh, still doesn't work on GN bots by default.
On 2016/05/17 02:19:12, Lei Zhang wrote: > Oh, still doesn't work on GN bots by default. I'm guessing you'll need to change the use_sysroot into something that can be added to the build_overrides. Maybe something like https://codereview.chromium.org/1901313002/?
dsinclair@chromium.org changed reviewers: - dsinclair@chromium.org
The CQ bit was checked by thestig@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...
thestig@chromium.org changed reviewers: + dsinclair@chromium.org
I think we just need to reconfigure the bots? https://codereview.chromium.org/2295383002
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: android on master.tryserver.client.pdfium (JOB_FAILED, https://build.chromium.org/p/tryserver.client.pdfium/builders/android/builds/586)
The CQ bit was checked by thestig@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: This issue passed the CQ dry run.
Now that the bots are green, shall we land this?
The CQ bit was checked by dsinclair@chromium.org
lgtm
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 dsinclair@chromium.org
Message was sent while issue was closed.
Description was changed from ========== Do not download Linux sysroots. ========== to ========== Do not download Linux sysroots. Committed: https://pdfium.googlesource.com/pdfium/+/543651f9d8d8cb9ec45dce5fe3d06c2e6013... ==========
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as https://pdfium.googlesource.com/pdfium/+/543651f9d8d8cb9ec45dce5fe3d06c2e6013...
Message was sent while issue was closed.
Actually, looks like the linux_skia bot has gn errors around the sysroot. Can you fix that up before landing?
Message was sent while issue was closed.
On 2016/09/01 14:12:15, dsinclair wrote: > Actually, looks like the linux_skia bot has gn errors around the sysroot. Can > you fix that up before landing? Do, wasn't fast enough unchecking the box. Can you fix: https://build.chromium.org/p/tryserver.client.pdfium/builders/linux_skia/buil...
Message was sent while issue was closed.
On 2016/09/01 14:13:17, dsinclair wrote: > On 2016/09/01 14:12:15, dsinclair wrote: > > Actually, looks like the linux_skia bot has gn errors around the sysroot. Can > > you fix that up before landing? > > Do, wasn't fast enough unchecking the box. Can you fix: > https://build.chromium.org/p/tryserver.client.pdfium/builders/linux_skia/buil... I think that bot was on the old config. I'll keep an eye on https://build.chromium.org/p/tryserver.client.pdfium/builders/linux_skia/ and make sure new builds are ok. |
