periareon / req-compile

Python requirements compilation
MIT License
14 stars 4 forks source link

Add test for cross platform builds #88

Closed abrisco closed 3 months ago

abrisco commented 3 months ago

If a target is pure-python, there is no reason any platform can't build something artifacts for other platforms if the artifacts are just the result of building runfiles with simple source files. This change adds a test to regression test this capability.