- use jessie as default distribution You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/416
-- Commit Summary --
* tests/travis: migrate to docker environment
-- File Changes --
M .travis.yml (9) A test/travis/README.md (62) M test/travis/build_travis.sh (61)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/416.patch https://github.com/kamailio/kamailio/pull/416.diff
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/416
- clang build is broken on 4.1 right now https://s3.amazonaws.com/archive.travis-ci.org/jobs/92951963/log.txt from https://travis-ci.org/kamailio/kamailio/jobs/92951963
@miconda Should I just disable clang build for 4.1?
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/416#issuecomment-159303553
That error is probably only for 4.1, because for recent versions we renamed the 'printf' member of rpc API structure. Can you disable compiling with clang only on branch 4.1?
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/416#issuecomment-159423545
Yes, this last version only builds gcc
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/416#issuecomment-159425937
OK -- missed your explicit note about 4.1 -- clang compilation can be disabled for it.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/416#issuecomment-159426460
Merged #416.
--- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/416#event-473873485