https://bugs.webkit.org/show_bug.cgi?id=115323
Reviewed by Philippe Normand.
Export the COLLECT_NO_DEMANGLE environment variable on the GTK BuildBot builders.
Its presence enforces linkers to output mangled symbols when reporting linking failures
due to unresolved references. People trying to fix the build can then simply copy
the printed mangled symbol into the symbols.filter file instead of doing a manual build
or connecting to the builders to discover the mangled version of the missing symbol.
* BuildSlaveSupport/gtk/daemontools-buildbot.conf:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@149271
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
# Environment variables. Prefix them with "env_".
#
env_CFLAGS="-pipe"
+env_COLLECT_NO_DEMANGLE="1"
env_CXXFLAGS="-pipe"
env_LDFLAGS="-no-install -no-fast-install"
env_WEBKIT_TESTFONTS="/home/${buildbot_user}/testfonts"
+2013-04-29 Zan Dobersek <zdobersek@igalia.com>
+
+ [GTK] Export the COLLECT_NO_DEMANGLE variable on the builders
+ https://bugs.webkit.org/show_bug.cgi?id=115323
+
+ Reviewed by Philippe Normand.
+
+ Export the COLLECT_NO_DEMANGLE environment variable on the GTK BuildBot builders.
+ Its presence enforces linkers to output mangled symbols when reporting linking failures
+ due to unresolved references. People trying to fix the build can then simply copy
+ the printed mangled symbol into the symbols.filter file instead of doing a manual build
+ or connecting to the builders to discover the mangled version of the missing symbol.
+
+ * BuildSlaveSupport/gtk/daemontools-buildbot.conf:
+
2013-04-28 Zan Dobersek <zdobersek@igalia.com>
Remove Chromium code from Tools/BuildSlaveSupport