CI: Build cache cpp-sdk-build contains unnecessary archives #1136
Labels
area/performance
Anything to do with Agones being slow, or making it go faster.
area/tests
Unit tests, e2e tests, anything to make sure things don't break
kind/bug
These are bugs.
Milestone
Currently the following files are added to build cache for every new build:
What happened:
What you expected to happen:
The moment it happened is here:
agones/sdks/cpp/Makefile
Line 38 in 88f1d4e
I expect that
package_path
(.install
) would be used to store all the archives. And.build
would contain only files needed for the build.How to reproduce it (as minimally and precisely as possible):
du -sh ./sdks/cpp/.build
make archive
du -sh ./sdks/cpp/.build
- becomes significantly bigger but should not.Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: