jart / blink

tiniest x86-64-linux emulator
ISC License
7k stars 225 forks source link

Start adding regression testing for bare metal emulation #47

Closed tkchia closed 1 year ago

tkchia commented 1 year ago

Thank you!

trungnt2910 commented 1 year ago

I am not sure why the macOS tests are failing.

I2023-01-21T11:04:36.030512:blink/jit.c:247:25583 ran out of jit memory
I2023-01-21T11:04:36.410798:blink/jit.c:247:25653 ran out of jit memory
I2023-01-21T11:04:40.700599:blink/jit.c:247:25608 ran out of jit memory
I2023-01-21T11:04:40.865301:blink/jit.c:247:25605 ran out of jit memory

A similar error happens at #43 that doesn't have anything to do with Blink on macOS. You should try git commit --amend and force push to force the PR workflows to run again.

If needed, I might make a PR to guard this step with the retry action.

jart commented 1 year ago

MacOS has been flaky. I'll probably disable it soon.

jart commented 1 year ago

Oh if it's possible to automatically retry MacOS that'd be great.