Open
Bug 1286326
Opened 10 years ago
Updated 3 years ago
limit the number of mozconfig evaluations, or run wget outside of mozconfig.cache
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
NEW
People
(Reporter: grenade, Unassigned)
References
Details
when wget is run from within build/mozconfig.cache, it will run up to 13 or more times to retrieve the same information. This causes a 1 second delay for each time it is run feels unnecessary.
either find a way to cache or persist the value obtained by the first wget call, so that subsequent runs skip it or run the wget call outside of mozconfig and set the availability_zone env var for use by mozconfig.cache.
this issue came to light whilst creating the patch in bug 1278990.
Updated•8 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
•