Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mac対応 #29

Open
mitsut opened this issue Jul 11, 2024 · 4 comments
Open

Mac対応 #29

mitsut opened this issue Jul 11, 2024 · 4 comments

Comments

@mitsut
Copy link
Member

mitsut commented Jul 11, 2024

Windowsだけじゃなく、Macでも動作させたい
一部のバッチファイルはMacにも対応できるように作成しているがまずはx86_64で動かして、その後にAS(AppleSillicon)対応を考える

@mitsut
Copy link
Member Author

mitsut commented Jul 11, 2024

Docker イメージのncesnagoya/hakoniwa-zumosim-devはAMD64で作成できて、動作確認済み

@mitsut mitsut changed the title Mac対応(Apple silicon) Mac対応 Jul 11, 2024
@mitsut
Copy link
Member Author

mitsut commented Jul 11, 2024

rustupのバージョンを固定することで、ncesnagoya/hakoniwa-zumosim-runのイメージを作成確認

RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.77.0

@mitsut
Copy link
Member Author

mitsut commented Jul 11, 2024

起動イメージ側のパーミッションの問題

$ bash docker/run.bash
arm64
Mac
exec /root/workspace/run.bash: permission denied

@mitsut
Copy link
Member Author

mitsut commented Jul 12, 2024

Apple SiliconではgRPCが動作しないため、MMAPで動かす必要があります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant