Attention is currently required from: daniel, fixeria, pespin.
Patch set 3:Code-Review +2
2 comments:
Patchset:
1+1=2
File _testenv/data/podman/Dockerfile:
Patch Set #3, Line 78: ENV USE_CCACHE=0
shouldn't you move this further down until it is used? otherwise all the steps below are rerun if on […]
CCACHE is enabled on demand when running commands inside the container by setting the environment variable, not by changing it here in the Dockerfile. It is not useful to have it enabled while building the image since we don't build any of the testsuite or SUT code while building the image.
To view, visit change 37694. To unsubscribe, or for help writing mail filters, visit settings.