srsRAN_4G icon indicating copy to clipboard operation
srsRAN_4G copied to clipboard

Are we really using gcc and clang in CI builds?

Open ShubhamTatvamasi opened this issue 3 years ago • 2 comments

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

ShubhamTatvamasi avatar Aug 17 '22 05:08 ShubhamTatvamasi

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

Looks like expected to me, no?

andrepuschmann avatar Sep 21 '22 08:09 andrepuschmann

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

ShubhamTatvamasi avatar Sep 21 '22 15:09 ShubhamTatvamasi