robotpy / robotpy-cross-docker

Docker image used for compiling RobotPy for RoboRIO
1 stars 1 forks source link

Add roslibpy (crypto, cffi) deps to cross-builder #7

Closed KenwoodFox closed 2 years ago

virtuald commented 2 years ago

a) That isn't going to work, those are host versions of the library that aren't compiled for ARM b) Even if it were going to work, the correct way to deal with it would be to create a separate dockerfile and keep the images separately

KenwoodFox commented 2 years ago

That makes sense, new plan could be to stick to compiling on rio with opkg or maybe using buildx to do all the compilation in a seperate dedicated docker container. Either way ill close this sry.