cross-rs / cross-toolchains

Additional Dockerfiles and crosstool-ng config files to build additional toolchains.
Apache License 2.0
88 stars 16 forks source link

Default to system perl and allow use of strawberry perl. #15

Closed Alexhuszagh closed 1 year ago

Alexhuszagh commented 1 year ago

Now defaults to the system perl unless CROSS_WINDOWS_PERL=1 is set, in which case use strawberry perl, which handles Windows paths.

Alexhuszagh commented 1 year ago

This requires cross proper to forward environment variables starting with CROSS_ to the container.

Alexhuszagh commented 1 year ago

Now that https://github.com/cross-rs/cross/pull/1073 has been merged, @Emilgardis, does this look good?

Emilgardis commented 1 year ago

bors r+