Build Update for kamailio/kamailio -------------------------------------
Build: #2987 Status: Broken
Duration: 13 minutes and 29 seconds Commit: 9483b54 (master) Author: Daniel-Constantin Mierla Message: core: rely on msg->last_header to get the anchor inside sr_hdr_add()
- might fix GH #789
View the changeset: https://github.com/kamailio/kamailio/compare/77cacf19ffa8...9483b5491f82
View the full build log and details: https://travis-ci.org/kamailio/kamailio/builds/161277776
--
You can configure recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications
the updated docker image is having problems with clang-3.7. It seems that now the package process is adding *-fdebug-prefix-map* and that is not supported in clang-3.7 [0] [1]
clang: error: unknown argument: '-fdebug-prefix-map=/code=.'
So I'm moving to clang-3.8 in the stretch version and to clang-3.9 in the sid one
Push was made and docker images built has been triggered
Sorry for the noise, Victor
[0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819185 [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828178