You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a21ef9e of Dockerfile.alpine does not build on arm64. But v0.4.3 is working fine.
Compiling zerotier-central-api v1.1.0
Compiling zerotier-one-api v1.1.0
error: failed to run custom build command for `zerotier-central-api v1.1.0`
Caused by:
could not execute process `/zeronsd/target/release/build/zerotier-central-api-8eefc6bbb53ef6b9/build-script-build` (never executed)
Caused by:
No such file or directory (os error 2)
warning: build failed, waiting for other jobs to finish...
error: failed to compile `zeronsd v0.5.2 (/zeronsd)`, intermediate artifacts can be found at `/zeronsd/target`
The command '/bin/sh -c . /root/.cargo/env && cargo install --path .' returned a non-zero code: 101
The text was updated successfully, but these errors were encountered:
sorry, as of this release zeronsd is only supported on x86-64; let's leave this ticket open to discuss arm options for the next release.
Short answer: I don't know what caused it, but because I never expected it to work in the first place, I never bothered to make it clean. Let's do that in the next version.
On Tuesday, June 14th, 2022 at 8:02 PM, Evan ***@***.***> wrote:
[a21ef9e](a21ef9e) of Dockerfile.alpine does not build on arm64. But [v0.4.3](2eed50f) is working fine.
Compiling zerotier-central-api v1.1.0
Compiling zerotier-one-api v1.1.0
error: failed to run custom build command for `zerotier-central-api v1.1.0`
Caused by:
could not execute process `/zeronsd/target/release/build/zerotier-central-api-8eefc6bbb53ef6b9/build-script-build` (never executed)
Caused by:
No such file or directory (os error 2)
warning: build failed, waiting for other jobs to finish...
error: failed to compile `zeronsd v0.5.2 (/zeronsd)`, intermediate artifacts can be found at `/zeronsd/target`
The command '/bin/sh -c . /root/.cargo/env && cargo install --path .' returned a non-zero code: 101
—
Reply to this email directly, [view it on GitHub](#191), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/AAAET27D443MYUQB4MWAI43VPFBWBANCNFSM5YZW5XSA).
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
a21ef9e
of Dockerfile.alpine does not build on arm64. But v0.4.3 is working fine.The text was updated successfully, but these errors were encountered: