Stream: beginners

Topic: MacOS 13


view this post on Zulip Luke Boswell (Jun 22 2023 at 05:52):

Just wondering if anyone is using MacOS 13 for roc dev, and if you've had any issues? I'm on Apple silicon, and haven't upgraded yet from 12.6 yet.

view this post on Zulip Richard Feldman (Jun 22 2023 at 10:07):

I've had no issues on 13.4

view this post on Zulip Anton (Jun 22 2023 at 10:33):

Hmm, I wonder if the "Darwin is handled separately" zig error is gone somehow.
@Richard Feldman, can you confirm that cargo test --release -p roc_cli works on macos 13?

view this post on Zulip Richard Feldman (Jun 22 2023 at 10:43):

update: I have now had an issue on 13.4 :laughing:

view this post on Zulip Richard Feldman (Jun 22 2023 at 10:44):

that command failed with

---- cli_run::hello_world stdout ----
thread 'cli_run::hello_world' panicked at '
___________
The roc command:

  "/Users/rtfeldman/code/roc/target/release/roc --max-threads=1 /Users/rtfeldman/code/roc/examples/helloWorld.roc --"

had unexpected stderr:

  error: <inline asm>:7:10: unknown token in expression
    push %rbx
         ^

view this post on Zulip Anton (Jun 22 2023 at 10:57):

The "Darwin is handled separately" also still occurs on github CI when using macos 13 on x86_64 https://github.com/roc-lang/roc/actions/runs/5344553415/jobs/9689061158?pr=5589

view this post on Zulip Anton (Jun 22 2023 at 10:59):

The "push %rbx" error may be caused by this line

view this post on Zulip Anton (Jun 22 2023 at 11:21):

I made #5591 for the push %rbx error.

view this post on Zulip Brendan Hansknecht (Jun 22 2023 at 13:19):

That's strange, i don't think any of that code should be loaded in aarch64


Last updated: Jul 05 2025 at 12:14 UTC