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

Support macOS (AArch64) #79

Merged
merged 17 commits into from
Feb 14, 2024
Merged

Support macOS (AArch64) #79

merged 17 commits into from
Feb 14, 2024

Conversation

byeongkeunahn
Copy link
Collaborator

@byeongkeunahn byeongkeunahn commented Feb 13, 2024

  • macOS (AArch64) 한정으로 cargo run을 지원합니다.
  • 인텔 맥은 해당되지 않습니다.
  • AArch64는 제출용 빌드가 지원되지 않습니다. 온라인 저지 제출 시에는 x86_64로 크로스 컴파일 또는 wasm32로 빌드해주세요.
    • 현재 basm-submit은 AArch64 빌드를 방지하는 매크로가 삽입되어 있습니다.
    • x86_64 제출을 하기 위해서는 brew install mingw-w64로 MinGW 설치 후 "mingw"로 끝나는 셸 스크립트를 이용해주세요.
    • wasm32 제출을 하기 위해서는 rustup target add wasm32-unknown-unknown으로 wasm32 target 추가 후 ./release-wasm32.sh를 실행해주세요.

@byeongkeunahn byeongkeunahn force-pushed the run-macos branch 2 times, most recently from 255c118 to aba97e2 Compare February 14, 2024 09:08
@byeongkeunahn byeongkeunahn changed the title Support cargo run on macOS (AArch64) Support macOS (AArch64) Feb 14, 2024
@kiwiyou kiwiyou merged commit 39c81a8 into boj-rs:main Feb 14, 2024
@byeongkeunahn byeongkeunahn deleted the run-macos branch February 14, 2024 12:11
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

Successfully merging this pull request may close these issues.

2 participants