Hello there,
The build always fails when running make in parallel.
Please investigate.
An example, building from a workspace:
cd ~/intel-compute-runtime/workspace/build_igc
cmake ../igc/IGC
time make -j$(nproc) VERBOSE=1
This will fail. However, substituting the make process with -j explicitly set to 1 will result in a successful build.