RubyCrypto / x25519

Public key cryptography library for Ruby providing the X25519 Diffie-Hellman function
https://cr.yp.to/ecdh.html
Other
45 stars 10 forks source link

Cut a new release #37

Open n-rodriguez opened 3 months ago

n-rodriguez commented 3 months ago

So we can benefit from the latest commit 😃

nicolas@MacBook-Pro-de-Nicolas:~/PROJECTS/CONCERTO/concerto$ cat /Users/nicolas/PROJECTS/CONCERTO/concerto/.bundle/truffleruby/3.2.2.23.1.0/extensions/aarch64-darwin/3.2.2.23.1.0/x25519-1.0.10/gem_make.out
current directory: /Users/nicolas/PROJECTS/CONCERTO/concerto/.bundle/truffleruby/3.2.2.23.1.0/gems/x25519-1.0.10/ext/x25519_precomputed
/Users/nicolas/.asdf/installs/ruby/truffleruby-23.1.2/bin/ruby extconf.rb
setrlimit to increase file descriptor limit failed, errno 22
creating Makefile

current directory: /Users/nicolas/PROJECTS/CONCERTO/concerto/.bundle/truffleruby/3.2.2.23.1.0/gems/x25519-1.0.10/ext/x25519_precomputed
make DESTDIR\= sitearchdir\=./.gem.20240312-3291-vfyxqc sitelibdir\=./.gem.20240312-3291-vfyxqc clean

current directory: /Users/nicolas/PROJECTS/CONCERTO/concerto/.bundle/truffleruby/3.2.2.23.1.0/gems/x25519-1.0.10/ext/x25519_precomputed
make DESTDIR\= sitearchdir\=./.gem.20240312-3291-vfyxqc sitelibdir\=./.gem.20240312-3291-vfyxqc
compiling cputest.c
setrlimit to increase file descriptor limit failed, errno 22
clang-16: error: unsupported argument 'haswell' to option '-march='
make: *** [cputest.o] Error 1

make failed, exit code 2

Thank you!

n-rodriguez commented 1 month ago

ping @tarcieri