-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.17
-
None
-
None
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
In Progress
-
Release Note Not Required
-
None
-
None
-
None
-
None
-
None
Description of problem:
ART can't build dpu-operator, dpu-cni and dpu-daemon hermetically. Hermetic builds on Konflux require that go mod vendor does not produce a diff.
diff --git a/vendor/modules.txt b/vendor/modules.txt index 2950f8c0..c651edc8 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -747,7 +747,6 @@ k8s.io/client-go/util/flowcontrol k8s.io/client-go/util/homedir k8s.io/client-go/util/keyutil k8s.io/client-go/util/retry -k8s.io/client-go/util/testing k8s.io/client-go/util/workqueue # k8s.io/component-base v0.29.0 ## explicit; go 1.21 2026-02-24 11:51:31,718 ERROR PackageRejected: The content of the vendor directory is not consistent with go.mod. Please check the logs for more details. Error: PackageRejected: The content of the vendor directory is not consistent with go.mod. Please check the logs for more details. Please try running `go mod vendor` and committing the changes. Note that you may need to `git add --force` ignored files in the vendor/ dir.
Version-Release number of selected component (if applicable):
How reproducible:
Steps to Reproduce:
1.
2.
3.
Actual results:
Expected results:
Additional info:
- clones
-
OCPBUGS-77265 dpu-cni, dpu-daemon and dpu-operator can't be built hermetically
-
- Closed
-
- depends on
-
OCPBUGS-77265 dpu-cni, dpu-daemon and dpu-operator can't be built hermetically
-
- Closed
-
- links to