jiwei

Results 5 comments of jiwei

bazel build //example:example --aspects clang_tidy/clang_tidy.bzl%clang_tidy_aspect --output_groups=report this is not error but this can get error bazel build //example:lib --aspects clang_tidy/clang_tidy.bzl%clang_tidy_aspect --output_groups=report

试试把application和services层去掉,顶层是- name

config.yaml这个文件,application和services这两层去掉

int untar_file_to(const char *tar_name, const char *dest_path) { mtar_t tar; /* Open archive for reading */ int ret = mtar_open(&tar, tar_name, "r"); if (MTAR_ESUCCESS != ret) { return ret; }...