Hi Philippe, On Tue, Aug 30, 2016 at 10:23:17AM +0200, Phil Coval wrote: > About CI issues, could they be fixed in jenkins configuration files, are > they under SCM?
Recently Jenkins configuration was moved under SCM. We now use Jenkins Job Builder and job configuration is written in yaml and stored in the 'ci-management' repo. > 1/ iotivity-verify-linux_unsecured_with_tcp should not be triggered on > "1.1-rel", should it ? It should not. I have fixed this. > 2/ maybe that one too is not related to CI > > https://build.iotivity.org/ci/job/iotivity-verify-osx/2218/console > > **ld: warning: directory not found for option '-Ldeps/darwin/lib/x86_64' This may have been due to the tinycbor update. I've update the build to make sure 1.1-rel is built against tinycbor-0.2.1, not 0.3.2 on OSX. > 3/ Side tip, for developers if you're looking for gtest archive, it's gone > from https://googletest.googlecode.com/files/gtest-1.7.0.zip > But you can pick that mirrored file: > http://pkgs.fedoraproject.org/repo/pkgs/gtest/gtest-1.7.0.zip/2d6ec8ccdf5c46b05ba54a9fd1d130d7/gtest-1.7.0.zip > Or apply this patch: > https://gerrit.iotivity.org/gerrit/11119 gtest: Hotfix to prevent download > failure > What if we just commit the unpacked archives, to make sure it will not break > again, > or shouldnt we for legal concerns ? (applies to others deps too such as > tinycbor) It's a good thing this is cached on the build servers then! I would not advise adding build dependencies to the code base. Regards, Trevor Bramwell -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 473 bytes Desc: Digital signature URL: <http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160831/9c56b585/attachment.sig>
