"Han, YangangX" <yangangx....@intel.com> writes: > How long do you build Crosswalk for Tizen? > My time is 1670s about 30 minutes when using: > gbs build -A i586 --define 'BUILDDIR_NAME /tmp/crosswalk-builddir' > This is the incremental builds method quote from > https://crosswalk-project.org/#contribute/building_crosswalk. > Is 30 minutes normal?
This depends a lot on your hardware and the amount of changes since your previous build. Probably most of the time in your build is spent creating the source tarball for RPM and then building the RPM source package. If DEVT-193 was solved, at least the latter could be avoided and your build time should be much faster. > But when I use the incremental build method that introduce in > gbs-build guidance > https://source.tizen.org/documentation/reference/git-build-system/usage/gbs- > build > It always build error. Have you build success whit “--incremental”? > The build command is: > “gbs build -A i586 --incremental”. gbs build's --incremental is quite broken for our use case, and has never worked for us. It assumes src/xwalk is the root of everything we want to build (and thus excludes the rest of src/) and does some very ugly chroot trickery that never worked as expected for Crosswalk. I can dig up some stuff I wrote at the time I was investigating this almost a year ago, but the bottom line is that we've only managed to get proper incremental builds with the approach documented on Crosswalk's website. _______________________________________________ Crosswalk-dev mailing list Crosswalk-dev@lists.crosswalk-project.org https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev