C/C++ Plugin requires output Binaries - Developer Edition

In community edition of sonar c/c++ plugin don’t need compilation and build wrapper.

But in developer’s edition it needs compilation and build wrapper.We are having an architecture where source code gets checked out at Jenkins and compilation happens in remote central server. And the Sonar Scan runs on Jenkins server.

Any way sonar scan can be run without output Binaries

SonarQube version - * Developer Edition

  • Version 8.1 (build 31237)
    Plugin - SonarCFamily

Hello @nilave,

Welcome to the community!

In community edition of sonar c/c++ plugin don’t need compilation and build wrapper.

This is an unofficial analyzer. The official one needs build-wrapper and developer’s edition.

The scan doesn’t need the binaries. It needs to be run on the same machine where the build-wapper is done. That is due to the reliance of the scanner on the absolute paths generated by the build-wrapper.
Unfortunately, there is currently no way around this.

Thanks,