-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dockerfile.gcc: re-enable docker cache
`COPY . /kernel-src` would always make the cache dirty, because the sbom files are generated beforehands and have a new timestamp/content. So every file except the sbom files are copied extra. By excluding those files at the beginning, the cache does not get dirty. The sbom files are copyied later into the image. Signed-off-by: Christoph Ostarek <[email protected]>
- Loading branch information
1 parent
6f3debb
commit a56a85e
Showing
2 changed files
with
46 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters