Commit d65b5ba
Add go mod download before egressip make build
openshift-tests-private PR #30082 removed the update-origin
target from the build dependency chain. That target populated
GOMODCACHE with the openshift/origin module before patch-bindata
ran. Without it, patch-bindata tries to chmod a file in the
module cache that has not been downloaded yet, failing with
"No such file or directory" (OCPQUAL-31 side-effect).
Run go mod download explicitly before make build to ensure the
module cache is populated, restoring the previous behaviour.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent e5dcdea commit d65b5ba
1 file changed
Lines changed: 8 additions & 0 deletions
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | 48 | | |
41 | 49 | | |
| |||
0 commit comments