skupperproject / skupper-router

An application-layer router for Skupper networks
https://skupper.io
Apache License 2.0
14 stars 18 forks source link

Remove the Profile Guided optimization job in CI. PGO is already part of the container image, so a seprate job is not necessary #1482

Closed ganeshmurthy closed 4 months ago

ganeshmurthy commented 4 months ago

compile.sh is already using -DENABLE_PROFILE_GUIDED_OPTIMIZATION=ON , which performs PGO during the router's build. If PGO fails, the container image jobs will fail.

I am not sure why we need a separate PGO job, but in the interest of full disclosure, I was the one that added the separate PGO job and I am not sure what I was thinking.