Commit 322395d
.github: run cvewatch after build
This way cvewatch does not have to build all pkgs in
parallel to the actual build process and does not
need to download all the sources, too.
Hopefully this helps to fix the http teapot status issues like:
```
Error: error building "lfedge/eve-cross-compilers:b3d1dc377b3f1161eec194219c34fb1a167d28e9": error building for arch amd64: failed to solve: failed to load cache key: invalid response status 418
2026/03/24 02:17:07 error during command execution: error building "lfedge/eve-cross-compilers:b3d1dc377b3f1161eec194219c34fb1a167d28e9": error building for arch amd64: failed to solve: failed to load cache key: invalid response status 418
```
Signed-off-by: Christoph Ostarek <christoph@zededa.com>1 parent 1c19630 commit 322395d
1 file changed
+7
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
0 commit comments