srsran / srsRAN_4G

Open source SDR 4G software suite from Software Radio Systems (SRS) https://docs.srsran.com/projects/4g
https://www.srsran.com
GNU Affero General Public License v3.0
3.42k stars 1.13k forks source link

Are we really using gcc and clang in CI builds? #961

Open ShubhamTatvamasi opened 2 years ago

ShubhamTatvamasi commented 2 years ago

If we are not using a compiler variable in the build code, how do we know if it's using both compilers? https://github.com/srsran/srsRAN/blob/master/.github/workflows/ccpp.yml#L11

andrepuschmann commented 1 year ago

Here is the workflow for the 22.04.1 release https://github.com/srsran/srsRAN/actions/runs/2797419710

Looks like expected to me, no?

ShubhamTatvamasi commented 1 year ago

Are we using gcc and clang parameters anywhere in the code?