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)

defect

Tracking

(Not tracked)

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.
Product: Core → Firefox Build System
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.