You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to compile bdwgc (for crystal lang on rpi).
But it hangs on make check step. I was trying the same on real raspberry pi (armv7), and it executes successfully.
My steps :
Run aptman/qus
docker run --rm --privileged aptman/qus -s -- -p arm
It hangs forever on make check step (host system x86_64).
ng -o disclaim_weakmap_test tests/disclaim_weakmap_test.o ./.libs/libgc.a -lpthread -ldl
make[2]: 'libstaticrootslib_test.la' is up to date.
make[2]: 'libstaticrootslib2_test.la' is up to date.
make[2]: Leaving directory '/bdwgc'
/usr/bin/make check-TESTS
make[2]: Entering directory '/bdwgc'
make[3]: Entering directory '/bdwgc'
PASS: cordtest
Not sure if this is bug in https://github.com/ivmai/bdwgc.git or in quemu. But on raspberrypi it works (both on host and using the same dockerfile)
Hi,
I am trying to compile bdwgc (for crystal lang on rpi).
But it hangs on
make check
step. I was trying the same on real raspberry pi (armv7), and it executes successfully.My steps :
It hangs forever on
make check
step (host system x86_64).Not sure if this is bug in https://github.com/ivmai/bdwgc.git or in quemu. But on raspberrypi it works (both on host and using the same dockerfile)
Reproduced also via github actions : https://github.com/alexkutsan/arm_actions/runs/5584613559?check_suite_focus=true
The text was updated successfully, but these errors were encountered: