Open
Bug 927772
Opened 12 years ago
Updated 3 years ago
Validate sandbox_symbols.py tier information
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: glandium, Unassigned)
Details
Bug 900522 is proof that the information in sandbox_symbols.py is error-prone and that we should do something about it, since it is used to decide whether to skip directories in some tiers and that could lead to unpleasant surprises.
Sadly, I quite don't have a good idea how to do this just yet.
| Reporter | ||
Comment 1•12 years ago
|
||
The best idea i have so far involves having a special mode for the build that would disable directory skipping and error out if a variable is used outside of the tier it's supposed to influence, which means we'd need a way to get that into recursemake.py from sandbox_symbols.py.
Updated•7 years ago
|
Product: Core → Firefox Build System
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•