rules_foreign_cc icon indicating copy to clipboard operation
rules_foreign_cc copied to clipboard

how to print build infos into stdout or file?

Open sky92zwq opened this issue 2 years ago • 3 comments

is there a way to print foreign project building infos? I can't see the building progress of a cmake project, when using foreign_cc in a bazel project.

sky92zwq avatar Jun 15 '23 08:06 sky92zwq

+1...Same question.

stonebrakert6 avatar Jul 10 '23 06:07 stonebrakert6

+1...Same question.

stonebrakert6 avatar Jul 10 '23 06:07 stonebrakert6

The logs are output in the bazel-out directory - you can find them in the <target_name>_foreign_cc directory e.g. CMake.log for a cmake build.

jsharpe avatar Jul 11 '23 22:07 jsharpe