-
Notifications
You must be signed in to change notification settings - Fork 128
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
fix/update_dependencies_sqlcipher_dockerfiles #215
Conversation
Hey @spital, sup? K.R. |
Hi, I saw it, I believe I tried some time ago (related to the news https://www.phoronix.com/review/visionfive2-riscv-benchmarks) emulated via docker on x64 on riscv64/alpine:edge and riscv64/ubuntu:22.04, but there were errors in compilation or something that did not look easy to fix, so I stopped trying. Arm is cheaper and faster so far afaik. I will check it later, but no promises ;) It can be "more elegant", e.g. put all in one file to cover all platforms, but that would run only with newer docker buildx and that one sometimes just freezes for me, so I did not bother to merge them. Often I rather use |
@spital Hey, I think you missconcept my question. Platforms files should stay separated(as currently) so its easier to maintain each one. |
I am sorry for misunderstanding. The elegant part - I have somewhere shell cmd to get bins from the Makefile, not finished, busy now. My RiscV tests were from May |
This is exactly what the provided docker file does, no gpt suggestions needed... So can you add the same handling in rest dockerfiles or should I? |
I am sorry, busy, I will update in about a month ... |
@spital no need to be sorry mate, we are very greatful to have you around! |
fix docker builds and tests and deps and copy executables
|
... and optionally with: --build-arg BINS="darkfid darkfid2" |
artifacts created for x86_64 and aarch64 with fixed dockerfiles DYOR |
updated runtime dependencies, all targets rebuilt artifacts created for x86_64 and aarch64 with fixed dockerfiles |
added wabt dependency, DYOR |
For latest build ARM/x64 can be used via builds at DYOR |
No description provided.