Silas Baronda
Silas Baronda
You need to compile it with `CGO_ENABLED=1 make`
@cwirek look at `rtsp-registrator.sh` and understand how the `find -mmin +240` works.
See https://issues.chromium.org/issues/367758074 Try running with: ``` /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --js-flags=--no-maglev-optimistic-peeled-loops ``` To see if it helps.
Actually per https://github.com/actions/runner-images?tab=readme-ov-file#available-images we should be building arm images by default. Unless there is something within the project that is specifying x86 builds. Downloading today's build also indicates that it's...
I can help. When I get back from vacation I'll setup a couple different VMs for testing.
I think we'll also need to update the build script to support [older MacOS](https://github.com/LibreCAD/LibreCAD/blob/9554918660b080aebc8773d12c8e97133bb7be4e/scripts/build-dmg.sh#L26).
Any updates around this?