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

Bump Buildah to v1.12.0 #4700

Closed
wants to merge 1 commit into from
Closed

Bump Buildah to v1.12.0 #4700

wants to merge 1 commit into from

Conversation

TomSweeneyRedHat
Copy link
Member

Bump Buildah to v1.12.0.

Gets ADD with a url fix

Signed-off-by: TomSweeneyRedHat [email protected]

Bump Buildah to v1.12.0.

Gets ADD with a url fix

Signed-off-by: TomSweeneyRedHat <[email protected]>
@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: TomSweeneyRedHat

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Dec 13, 2019
@TomSweeneyRedHat
Copy link
Member Author

@mheon @rhatdan PTAL

@TomSweeneyRedHat
Copy link
Member Author

@edsantiago fyi

@mheon
Copy link
Member

mheon commented Dec 13, 2019

LGTM once things go green

@TomSweeneyRedHat
Copy link
Member Author

@mheon @rhatdan any guesses on how to fix an unsafe ptr in Docker vendored code?

[+0002s] CGO_ENABLED=0 GOOS=windows GO111MODULE=on go build -mod=vendor -gcflags 'all=-trimpath=/go/src/github.com/containers/libpod' -asmflags 'all=-trimpath=/go/src/github.com/containers/libpod' -ldflags '-X github.com/containers/libpod/libpod/define.gitCommit=2db80d6848a2c1429ca109f43473f85a28a9ce39 -X github.com/containers/libpod/libpod/define.buildInfo=1576269722 -X github.com/containers/libpod/libpod/config._installPrefix=/usr/local -X github.com/containers/libpod/libpod/config._etcDir=/etc -extldflags ""' -tags "remoteclient containers_image_openpgp exclude_graphdriver_devicemapper" -o bin/podman-remote-windows.exe github.com/containers/libpod/cmd/podman
[+0025s] # github.com/docker/docker/pkg/system
[+0025s] vendor/github.com/docker/docker/pkg/system/filesys_windows.go:112:24: cannot use uintptr(unsafe.Pointer(&sd[0])) (type uintptr) as type *"golang.org/x/sys/windows".SECURITY_DESCRIPTOR in assignment
[+0044s] make: *** [Makefile:182: podman-remote-windows] Error 2

@mheon
Copy link
Member

mheon commented Dec 13, 2019

Wait, is this the golang x/sys/unix breaking change? @vrothberg

@TomSweeneyRedHat
Copy link
Member Author

I didn't add any vendored Docker code, but did add

@TomSweeneyRedHat
Copy link
Member Author

I didn't add and vendored Docker code, but did add :

vendor/golang.org/x/sys/unix/
vendor/golang.org/x/sys/windows/

and a variety of vendor/github.com/containers.

@TomSweeneyRedHat
Copy link
Member Author

FWIW, in a vein hope, I restarted the test.

@TomSweeneyRedHat
Copy link
Member Author

I'm not sure what to do to fix this one, if someone has a thought, please let me know.

@rhatdan
Copy link
Member

rhatdan commented Dec 17, 2019

I think @vrothberg and @mtrmac have struggled with this in the past as well.

@vrothberg
Copy link
Member

It's the x/sys dependency causing it, see containers/storage@54d76b1.

@TomSweeneyRedHat
Copy link
Member Author

Closing in favor of #4730

@TomSweeneyRedHat TomSweeneyRedHat deleted the dev/tsweeney/buildah1.12 branch December 26, 2019 15:54
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants