bug 419467: try server should upload win32 symbols to a symbol server - enable MOZ_DEBUG_SYMBOLS, fix workdir. r=ted, patch=me
git-svn-id: svn://10.0.0.236/trunk@249804 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -439,7 +439,7 @@ firefox_sendchange_win32_steps = [
|
||||
haltOnFailure=True,
|
||||
flunkOnFailure=False,
|
||||
env=MozillaEnvironments['tryserver'],
|
||||
workdir="."),
|
||||
workdir="mozilla"),
|
||||
|
||||
s(ShellCommand,
|
||||
name="upload symbols",
|
||||
@@ -447,7 +447,7 @@ firefox_sendchange_win32_steps = [
|
||||
haltOnFailure=True,
|
||||
flunkOnFailure=False,
|
||||
env=MozillaEnvironments['tryserver'],
|
||||
workdir=".")
|
||||
workdir="mozilla")
|
||||
]
|
||||
|
||||
firefox_sendchange_win32_builder = {
|
||||
@@ -746,7 +746,7 @@ firefox_sendchange_hg_win32_steps = [
|
||||
haltOnFailure=True,
|
||||
flunkOnFailure=False,
|
||||
env=MozillaEnvironments['tryserver'],
|
||||
workdir="."),
|
||||
workdir="mozilla"),
|
||||
|
||||
s(ShellCommand,
|
||||
name="upload symbols",
|
||||
@@ -754,7 +754,7 @@ firefox_sendchange_hg_win32_steps = [
|
||||
haltOnFailure=True,
|
||||
flunkOnFailure=False,
|
||||
env=MozillaEnvironments['tryserver'],
|
||||
workdir=".")
|
||||
workdir="mozilla")
|
||||
]
|
||||
|
||||
firefox_sendchange_win32_hg_builder = {
|
||||
|
||||
@@ -12,3 +12,4 @@ mk_add_options AUTOCONF=/local/bin/autoconf-2.13
|
||||
ac_add_options --enable-oji
|
||||
|
||||
WIN32_REDIST_DIR=/d/msvs8/VC/redist/x86/Microsoft.VC80.CRT
|
||||
export MOZ_DEBUG_SYMBOLS=1
|
||||
|
||||
Reference in New Issue
Block a user