Leonardo Arias

Results 115 comments of Leonardo Arias

Thanks for all the details @tarcieri. I think we will have it fixed in lighthouse soon :) I have access to a few riscv boards, so with patience and guidance...

If I specify `--git_revision v1.1.1` it fails the same. This seems to be fixed by #227.

I suggest you link to this in the README :)

This has already been fixed in the main branch.

Yes, and yes. I'm documenting my exploration here: https://collective.flashbots.net/t/risc-v/4793 I'm right now figuring out why if I add: ``` //go:build riscv64 ``` to `detect_riscv.go`, it still doesn't see the functions...

This is my humble approach to read hwprobe: https://github.com/come-maiz/cpuid/blob/riscv/os_linux_riscv64.go If you want to guide me, I can continue working on it and make a pull request :)

We are packaging geth and mev-boost in debian, and other Ethereum software. As part of the CI of this package, the tests are executed in a 32bit machine. You can...

We are packaging geth for debian: https://collective.flashbots.net/t/geth-go-ethereum/4873#p-10032-debian-packaging-1 For this we are reviewing the whole chain of dependencies, reporting issues and proposing updates where things haven't been touched in a while....

Thanks for your words @fjl. This project I'm working on is to get Ethereum binaries and libraries into the debian archive. This is the intent to package bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=890541 This...

If all the diffs of all the dependencies are not reviewed, then there's no way to ensure they are safe. Not everybody has to review everything, but some of us...