forked from kubevirt/kubevirt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update builder image to include new goveralls version, remove ppc64le
As fedora 30 builds seem to have disappeared from copr we update base to 31. We update libvirt-devel to 5.6.0, remove the virt-preview copr repo, and remove gradle also. Wrt/ fvbommel/util#6 we need to apply a patch to be able to resolve a dependency in order to build pr-creator and the like. Lastly we need to remove the ppc64le arch build as the required builds for that arch are missing in the repos. Signed-off-by: Daniel Hiller <daniel.hiller.1972@gmail.com>
- Loading branch information
Showing
5 changed files
with
28 additions
and
12 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/go.mod b/go.mod | ||
index 17d37ab1a4..7a523d5a3a 100644 | ||
--- a/go.mod | ||
+++ b/go.mod | ||
@@ -14,6 +14,7 @@ replace ( | ||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190817020851-f2f3a405f61d | ||
k8s.io/client-go => k8s.io/client-go v0.0.0-20190918200256-06eb1244587a | ||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20190612205613-18da4a14b22b | ||
+ vbom.ml/util => github.com/fvbommel/util v0.0.0-20180919145318-efcd4e0f9787 | ||
) | ||
|
||
require ( |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
VERSION=30-5.8.1 | ||
ARCHITECTURES="amd64 ppc64le" | ||
VERSION=30-5.8.2 | ||
# TODO: reenable ppc64le when new builds are available | ||
ARCHITECTURES="amd64" |
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