kezhenxu94 edited a comment on pull request #7: URL: https://github.com/apache/skywalking-rover/pull/7#issuecomment-1073500616
Let me sum up the (major) needed changes in this PR: - [ ] `make container-all` doesn't run everything inside a container, for example the `build` is still running in local machine, thus it fails when there is no `llvm-strip-13` installed. - [ ] files under `bpf/include` are unnecessary, these headers should be pre-installed by the users, via something like `apt install -y libbpf-dev`. And should be documented in the prerequisites in the build documentation. -- 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]
