xiedeacc
xiedeacc
git clone [email protected]:Agorise/c-ipfs.git cd c-ipfs compiledb make it generate a compile_database.json, but it's empty bear can generate compiledb successfully
2022/06/22 13:08:05 --------------------Config-------------------- 2022/06/22 13:08:05 port= 5210 2022/06/22 13:08:05 tlsPort= 5211 2022/06/22 13:08:05 source= kuwo 2022/06/22 13:08:05 certFile= /usr/share/UnblockNeteaseMusic/server.crt 2022/06/22 13:08:05 keyFile= /usr/share/UnblockNeteaseMusic/server.key 2022/06/22 13:08:05 logFile= /tmp/unblockneteasemusic.log 2022/06/22 13:08:05 mode=...
as title
when use bazel cross compile for armv7 with musl libc library, meet below errors, use stacktrace_arm-inl.inc by manual change stacktrace_config.h compile success, why stacktrace_config.h not detect armv7 then use stacktrace_arm-inl.inc?...
I turned on ipv6 nat, and want exporsure a port to public, but now web can only input a ipv4 address, so I have to modify /etc/config/firewall directly, luci should...
my server use spdlog to write a lot string line to disk, about 40GB per hour, each line about 200KB, so write extremely high . so how to flush to...
### Description of the bug: if repo imported by ``` git_repository( name = "exp", branch = "master", remote = "[email protected]:wk-ad-sdg/exp.git", ) ``` bazel cannot track remote master branch update. bazel...
I use below code to compile jemalloc, but it not generated intermediate file at configure stage. jemalloc_defs.h was not generated. compile error msg: ``` bazel-out/k8-fastbuild-ST-dd44be474a39/bin/external/jemalloc/jemalloc_build_/include/jemalloc/jemalloc.h:246:10: fatal error: jemalloc/jemalloc_defs.h: No such...