Confirmed users
4,293
edits
No edit summary |
(→Build) |
||
| Line 123: | Line 123: | ||
===Build=== | ===Build=== | ||
* automated, but problems | |||
* Linux VM lost connection to the buildbot master when running <tt>ar cr libgklayout.a ...</tt>, which kills off the build. We tried re-running the build to rule out transient failure, but it was quite consistent. Resolved by IT moving fx-linux-1.9-slave2 to a VM host all of it's own. May be related to {{bug|435134}}, at build time netapp-d was handling traffic for netapp-c. | |||
* Windows symbol upload failed because the remote host was down, redid with (on the slave) | |||
export SYMBOL_SERVER_HOST='dm-symbolpush01.mozilla.org' | |||
export SYMBOL_SERVER_USER='ffxbld'; | |||
export SYMBOL_SERVER_PATH='/mnt/netapp/breakpad/symbols_ffx' | |||
export SYMBOL_SERVER_SSH_KEY='/c/Documents and Settings/cltbld/.ssh/ffxbld_ds | |||
make -C /e/fx19rel/WINNT_5.2_Depend/mozilla/obj-fx-trunk uploadsymbols | |||
===Sign=== | ===Sign=== | ||