Move mitmproxy binary out of tooltool
Categories
(Testing :: Performance, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: kshampur, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxp])
I am thinking either Mitmproxy as either a toolchain task or our own mozilla fork?
This would be useful as we could pin revisions in our code (like we do with our other major tool browsertime)
which could be useful (e.g. when we uplift our changes mentioned in Bug 1821741, we could just use the revision rather than waiting for the next release version)
and also future looking, if there are any improvements, bug fixes, or even version upgrades etc. we could just change the revision hash rather than having to download and upload to tooltool.
Updated•2 years ago
|
Reporter | ||
Comment 1•1 year ago
|
||
Try run
Should work for windows/linux which have python 3.9.x
but not OSX which is running 3.7
Reporter | ||
Comment 2•1 year ago
|
||
I will close this as WONTFIX
We would basically have to upgrade the machines python version every mitmproxy upgrade if we are to use pypi installations (or even if we are building from source). This is not practical for now so we should continue using tooltool.
Reporter | ||
Comment 3•1 year ago
|
||
If we can control the python version in Bug 1874710 (i.e. using the toolchains like i mentioned in Bug 1874710, comment 1) this bug can be worth revisiting since the major limiting factor was the system python versions being outside of our control. It would be easier to update in-tree toolchain python
Description
•