Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unused FW binaries #144

Open
szymonlesisz opened this issue Feb 25, 2022 · 3 comments
Open

remove unused FW binaries #144

szymonlesisz opened this issue Feb 25, 2022 · 3 comments

Comments

@szymonlesisz
Copy link
Contributor

currently we are able to work with T1 >= 1.80 and TT >= 2.1.0. other emulators wont start.
We can save up some space by not downloading them

@grdddj
Copy link
Contributor

grdddj commented Feb 27, 2022

What are the issues with older emulators? At least locally I was able to spawn even the oldest ones currently (1.6.x and 2.0.x)

@szymonlesisz
Copy link
Contributor Author

i guess it's kinda related to #18, you can run it but you are not able to work with it

running tests against lower versions fails on setup with:

CONTROLLER: Traceback (most recent call last):
  File "/Workspace/trezor-user-env/src/controller.py", line 63, in get_response
    command_response = self.run_command_and_get_its_response()
  File "/Workspace/trezor-user-env/src/controller.py", line 98, in run_command_and_get_its_response
    return self.run_emulator_command()
  File "/Workspace/trezor-user-env/src/controller.py", line 155, in run_emulator_command
    emulator.setup_device(
  File "/Workspace/trezor-user-env/src/emulator.py", line 239, in setup_device

i guess there will be more issues related to that, like DebugLink decisions etc.

@tsusanka
Copy link
Contributor

As discussed on our meeting: let's do this server-side and let's not delete them directly, rather move them to some "archive" folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants