-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Dockerイメージがx86_64以外のアーキテクチャ向けにビルドできない #11847
Comments
ふーむ |
aarch64に関してはRaspberry Pi、AWS EC2のGravitonインスタンスやOracleCloudのA1、一部ではM1 macでサーバーを実行しているところを観測しています |
なるほど |
基本的にネイティブで実行しないと速度が圧倒的に劣ってしまうので、アーキテクチャの変更は難しい気がします。 |
とりあえずrevertするか |
ライブラリのパスがハードコードされていることだけが問題なんじゃん |
p1.a9z.devもaarch64で動いているし対応しておきたい |
メモ? ENVでこれができるかわからんけど |
💡 Summary
0d505f8
このコミットでjemallocが使用されるようになりましたが、ライブラリのパスがx86_64でハードコートされているためaarch64向けなどにビルドができません
🥰 Expected Behavior
x86_64以外のアーキテクチャ向けにもビルドできる
🤬 Actual Behavior
aarch64などではそのパスにライブラリが存在しないためエラーが発生
📝 Steps to Reproduce
📌 Environment
💻 Frontend
2023.9.0-beta.6
🛰 Backend (for server admin)
The text was updated successfully, but these errors were encountered: