imbajin commented on code in PR #3102: URL: https://github.com/apache/hugegraph/pull/3102#discussion_r3645164352
########## hugegraph-server/README.md: ########## @@ -30,3 +30,42 @@ HUGEGRAPH_VERSION=1.7.0 docker compose -f docker-compose-3pd-3store-3server.yml ``` See [docker/README.md](../docker/README.md) for the full setup guide. + +## RISC-V Development and Testing + +The RISC-V validation target is 64-bit `linux/riscv64` LP64D with glibc 2.30 or newer, Review Comment: ⚠️ This calls glibc 2.30 the validation target, but the pinned Ubuntu 24.04 RISC-V environment uses glibc 2.39; the PR's own residual-risk note says 2.30 is inferred only from the RocksDB JNI ELF requirements. Dragonwell or another transitive native library can still require newer symbols, so users may read an untested compatibility floor as validated support. Please either run the runtime gate on glibc 2.30 or distinguish the inferred RocksDB JNI minimum from the fully validated glibc 2.39 environment. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
