From 075d2534c3e2216f7b16692439bc31abf3284b6f Mon Sep 17 00:00:00 2001 From: Andrei Voinea <8058187+andreivcodes@users.noreply.github.com> Date: Mon, 4 Dec 2023 11:20:39 +0200 Subject: [PATCH] randomx-rs fixed in #152 --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index be17be2b..ff689c43 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,3 @@ Includes: ### Randomx-rs [RandomX](https://github.com/tevador/randomx), that [randomx-rs](https://github.com/spacemeshos/randomx-rs) depends on, requires **cmake**. Follow [these instructions](https://github.com/spacemeshos/randomx-rs#build-dependencies) to install it. -## Troubleshooting -### Crash on Mac arm64 -RandomX is known to misbehave, or even crash on arm64 Macs when using JIT. See this issue for details: https://github.com/tevador/RandomX/issues/262. - -The mitigation is to use an older Mac SDK (i.e. v12) to build. This repository CI uses **MacOSX12.3.sdk** by overriding `SDKROOT` during build.