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

Doesn't work on big-endian #3

Open
pkubaj opened this issue Nov 2, 2021 · 1 comment
Open

Doesn't work on big-endian #3

pkubaj opened this issue Nov 2, 2021 · 1 comment

Comments

@pkubaj
Copy link

pkubaj commented Nov 2, 2021

I'm compiling on FreeBSD 13.0 on powerpc64 (big-endian). I'm filing this issue since you yourself ask at https://github.com/zkcrypto/merlin/blob/main/src/lib.rs#L10

@Yneth
Copy link

Yneth commented Feb 11, 2024

 error: 
       This crate doesn't support big-endian targets, since I didn't
       have one to test correctness on.  If you're seeing this message,
       please file an issue!
  --> /cargo/registry/src/index.crates.io-6f17d22bba15001f/merlin-3.0.0/src/lib.rs:10:1
   |
10 | / compile_error!(
11 | |     r#"
12 | | This crate doesn't support big-endian targets, since I didn't
13 | | have one to test correctness on.  If you're seeing this message,
14 | | please file an issue!
15 | | "#
16 | | );
   | |_^
error: could not compile `merlin` (lib) due to previous error
Error: warning: build failed, waiting for other jobs to finish...
Error: The process '/home/runner/.cargo/bin/cross' failed with exit code 101

during complication of mips-unknown-linux-musl and mipsel-unknown-linux-musl

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

2 participants