Closed
Bug 1028328
Opened 11 years ago
Closed 11 years ago
set NSS_DISABLE_DBM in b2g's confvars.sh
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla33
People
(Reporter: froydnj, Assigned: froydnj)
References
Details
Attachments
(1 file)
588 bytes,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
No description provided.
![]() |
Assignee | |
Comment 1•11 years ago
|
||
We set NSS_DISABLE_DBM in configure for:
case "${target}" in
*-android*|*-linuxandroid*)
if test "$CPU_ARCH" = "arm" ; then
USE_ARM_KUSER=1
fi
NSS_DISABLE_DBM=1
...
but we don't set it for, say, b2g desktop builds. We should, if for no other
reason than to reduce variance between b2g device builds and b2g desktop
builds.
Attachment #8443612 -
Flags: review?(mshal)
![]() |
Assignee | |
Comment 2•11 years ago
|
||
Green on try, too:
https://tbpl.mozilla.org/?tree=Try&rev=c0c84b915d14
Assignee: nobody → nfroyd
![]() |
Assignee | |
Comment 3•11 years ago
|
||
Comment on attachment 8443612 [details] [diff] [review]
set NSS_DISABLE_DBM in b2g's confvars.sh
Review of attachment 8443612 [details] [diff] [review]:
-----------------------------------------------------------------
See comment 1 for the details.
Attachment #8443612 -
Flags: review?(mshal) → review?(mh+mozilla)
Updated•11 years ago
|
Attachment #8443612 -
Flags: review?(mh+mozilla) → review+
![]() |
Assignee | |
Comment 4•11 years ago
|
||
Flags: in-testsuite-
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•