Opentrons / buildroot

The Opentrons fork of buildroot for building the OT2 system. Our default branch is opentrons-develop.
http://buildroot.org
Other
10 stars 7 forks source link

fix(build): Do not remove README_STARTUP file required by IPython. #223

Closed vegano1 closed 8 months ago

vegano1 commented 8 months ago

To save space on the OT-2 builds we remove tests and readme files in the post-build step which is great, unfortunately, IPython does not work without its 'README_STARTUP' file which we also removed. So Lets exclude this file when cleaning up.

Closes: RQA-2412

Test plan

Log Changes