rust-lang / rustc_codegen_gcc

libgccjit AOT codegen for rustc
Apache License 2.0
905 stars 60 forks source link

Add test of `./y.sh cargo` in the CI #400

Closed antoyo closed 4 months ago

antoyo commented 8 months ago

Run ./y.sh cargo build to compile a project with rustc_codegen_gcc (y.sh being the build_system) to make sure we never break this command.

lordshashank commented 5 months ago

@antoyo can You add description to this issue?

antoyo commented 4 months ago

@lordshashank: Done. Feel free to ask questions if you need more details.

lordshashank commented 4 months ago

@antoyo raised a PR resolving this here . Please review and let me know if something esle is to be done.