lcompilers / lpython

Python compiler
https://lpython.org/
Other
1.5k stars 158 forks source link

CI: Enable LLVM and C backends on macOS #2521

Closed certik closed 7 months ago

certik commented 8 months ago

Towards #2520.

certik commented 8 months ago

1st time it passed, trying 2nd time.

certik commented 8 months ago

2nd passed, trying 3rd time.

certik commented 7 months ago

Passed. Trying 4th time.

certik commented 7 months ago

Passed. Trying 5th time.

anutosh491 commented 7 months ago

I think the checks pass this time too !

certik commented 7 months ago

I think it works!

It was the -j16 that fails on macOS at the CI. Just doing -j1 fixes everything.

anutosh491 commented 7 months ago

Thanks for fixing this !