cli, fetch_configs, gui: use arch to construct build regex (bug 1917418)#1812
cli, fetch_configs, gui: use arch to construct build regex (bug 1917418)#1812zzzeid merged 3 commits intomozilla:mainfrom
Conversation
769edf6 to
a41d980
Compare
a41d980 to
e0a4429
Compare
zzzeid
left a comment
There was a problem hiding this comment.
Thanks for the contribution!
Few minor comments. If you'd like to test a release of this (e.g., for mozregression-gui), let me know, I can trigger a full "dev" build.
mozregression/fetch_configs.py
Outdated
|
|
||
|
|
||
| def get_build_regex(name, os, bits, processor, platprefix=r".*", platsuffix="", with_ext=True): | ||
| def infer_arch_from_bits(os, bits, processor): |
There was a problem hiding this comment.
os is not actually used in this method. Also, docstring is missing.
Co-authored-by: Zeid Zabaneh <[email protected]>
Will that be different from local gui build? |
Co-authored-by: Zeid Zabaneh <[email protected]>
It's more or less |
|
(Retriggering CI) |
No description provided.