Gitweb links:
...log
http://git.netsurf-browser.org/buildsystem.git/shortlog/9ff9ca5791faee0c3d8321987e8c021042511f77
...commit
http://git.netsurf-browser.org/buildsystem.git/commit/9ff9ca5791faee0c3d8321987e8c021042511f77
...tree
http://git.netsurf-browser.org/buildsystem.git/tree/9ff9ca5791faee0c3d8321987e8c021042511f77
The branch, master has been updated
via 9ff9ca5791faee0c3d8321987e8c021042511f77 (commit)
from b5403fb681d18e7ed2e8ad455463db9d0667ae7e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/buildsystem.git/commit/?id=9ff9ca5791faee0c3d8321987e8c021042511f77
commit 9ff9ca5791faee0c3d8321987e8c021042511f77
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>
Support print_stacktrace for UBSAN
diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index bff4cd0..8a5fed3 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -225,7 +225,7 @@ elif [ "x${HOST}" = "x${TARGET_DOCS}" ]; then
elif [ "x${HOST}" = "x${TARGET_SANITIZE}" ]; then
# Sanitize build
- ${NAME} Q= HOST=${HOST} VARIANT=${VARIANT} sanitize
+ env UBSAN_OPTIONS=print_stacktrace=1 ${MAKE} Q= HOST=${HOST}
VARIANT=${VARIANT} sanitize
else
# Normal build
-----------------------------------------------------------------------
Summary of changes:
citools/jenkins-build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/citools/jenkins-build.sh b/citools/jenkins-build.sh
index bff4cd0..8a5fed3 100755
--- a/citools/jenkins-build.sh
+++ b/citools/jenkins-build.sh
@@ -225,7 +225,7 @@ elif [ "x${HOST}" = "x${TARGET_DOCS}" ]; then
elif [ "x${HOST}" = "x${TARGET_SANITIZE}" ]; then
# Sanitize build
- ${NAME} Q= HOST=${HOST} VARIANT=${VARIANT} sanitize
+ env UBSAN_OPTIONS=print_stacktrace=1 ${MAKE} Q= HOST=${HOST}
VARIANT=${VARIANT} sanitize
else
# Normal build
--
NetSurf Project build system
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org