Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kubelet/rkt: Remove build label. #7916

Merged
merged 1 commit into from May 7, 2015
Merged

Conversation

yifan-gu
Copy link
Contributor

@yifan-gu yifan-gu commented May 7, 2015

As we removed the linux specific dependency, now rkt can be built
on other platforms as well.

As we removed the linux specific dependency, now rkt can be built
on other platforms as well.
@yifan-gu
Copy link
Contributor Author

yifan-gu commented May 7, 2015

Cross build looks good:

KUBE_RELEASE_RUN_TESTS=n build/release.sh 
+++ [0507 13:41:27] Verifying Prerequisites....
+++ [0507 13:41:27] Building Docker image kube-build:cross.
+++ [0507 13:41:29] Building Docker image kube-build:build-ec74918960.
+++ [0507 13:41:33] Running build command....
+++ [0507 13:41:33] Creating data container
+++ [0507 20:41:34] Building go targets for linux/amd64:
    cmd/kube-proxy
    cmd/kube-apiserver
    cmd/kube-controller-manager
    cmd/kubelet
    cmd/hyperkube
    cmd/kubernetes
    plugin/cmd/kube-scheduler
+++ [0507 20:42:21] Multiple platforms requested, but available 7G < threshold 8G, building platforms in serial
+++ [0507 20:42:21] Building go targets for linux/amd64:
    cmd/kubectl
    cmd/e2e
    cmd/integration
    cmd/gendocs
    cmd/genman
    cmd/genbashcomp
    examples/k8petstore/web-server
    github.com/onsi/ginkgo/ginkgo
+++ [0507 20:42:34] Building go targets for linux/386:
    cmd/kubectl
    cmd/e2e
    cmd/integration
    cmd/gendocs
    cmd/genman
    cmd/genbashcomp
    examples/k8petstore/web-server
    github.com/onsi/ginkgo/ginkgo
+++ [0507 20:42:58] Building go targets for linux/arm:
    cmd/kubectl
    cmd/e2e
    cmd/integration
    cmd/gendocs
    cmd/genman
    cmd/genbashcomp
    examples/k8petstore/web-server
    github.com/onsi/ginkgo/ginkgo
+++ [0507 20:43:20] Building go targets for darwin/amd64:
    cmd/kubectl
    cmd/e2e
    cmd/integration
    cmd/gendocs
    cmd/genman
    cmd/genbashcomp
    examples/k8petstore/web-server
    github.com/onsi/ginkgo/ginkgo
+++ [0507 20:43:45] Building go targets for darwin/386:
    cmd/kubectl
    cmd/e2e
    cmd/integration
    cmd/gendocs
    cmd/genman
    cmd/genbashcomp
    examples/k8petstore/web-server
    github.com/onsi/ginkgo/ginkgo
+++ [0507 20:44:08] Building go targets for windows/amd64:
    cmd/kubectl
    cmd/e2e
    cmd/integration
    cmd/gendocs
    cmd/genman
    cmd/genbashcomp
    examples/k8petstore/web-server
    github.com/onsi/ginkgo/ginkgo
+++ [0507 20:44:32] Placing binaries
+++ [0507 13:44:53] Running build command....
+++ [0507 13:44:55] Output directory is local.  No need to copy results out.
+++ [0507 13:44:55] Building tarball: salt
+++ [0507 13:44:55] Building tarball: server linux-amd64
+++ [0507 13:44:55] Starting tarball: client darwin-386
+++ [0507 13:44:55] Starting tarball: client darwin-amd64
+++ [0507 13:44:55] Starting tarball: client linux-386
+++ [0507 13:44:55] Starting tarball: client linux-amd64
+++ [0507 13:44:55] Starting tarball: client linux-arm
+++ [0507 13:44:55] Starting tarball: client windows-amd64
+++ [0507 13:44:55] Waiting on tarballs
+++ [0507 13:44:57] Starting Docker build for image: kube-apiserver
+++ [0507 13:44:57] Starting Docker build for image: kube-controller-manager
+++ [0507 13:44:58] Starting Docker build for image: kube-scheduler
+++ [0507 13:45:03] Docker builds done
+++ [0507 13:45:21] Building tarball: test
+++ [0507 13:45:21] Building tarball: full

@yifan-gu
Copy link
Contributor Author

yifan-gu commented May 7, 2015

/cc @vmarmol @ixdy

@vmarmol vmarmol self-assigned this May 7, 2015
@vmarmol
Copy link
Contributor

vmarmol commented May 7, 2015

LGTM

vmarmol added a commit that referenced this pull request May 7, 2015
kubelet/rkt: Remove build label.
@vmarmol vmarmol merged commit 65bd04f into kubernetes:master May 7, 2015
@yifan-gu yifan-gu mentioned this pull request May 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants