lcompilers / lpython

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

Get macOS test working again #2502

Closed certik closed 6 months ago

certik commented 7 months ago

Towards #2455.

The first macOS failure in master happened in https://github.com/lcompilers/lpython/pull/2452. This PR reverts LPython to the commit before that. We'll see if it reliably passes.

If it passes, then #2452 must have broken it.

If it doesn't pass, then something in the GitHub Actions or Conda environment changed.

certik commented 7 months ago

It hangs.... So the issue is definitely not caused by https://github.com/lcompilers/lpython/pull/2452. Rather, it's either caused by something introduced before that PR, or some changes in the GitHub Actions or Conda environments.

certik commented 7 months ago

Testing an even older commit at https://github.com/lcompilers/lpython/pull/2504

certik commented 6 months ago

We figured it out in https://github.com/lcompilers/lpython/issues/2520.