Skip to content

Conversation

mattn
Copy link

@mattn mattn commented Oct 15, 2024

No description provided.

mattn added 2 commits October 15, 2024 21:18
Signed-off-by: Yasuhiro Matsumoto <[email protected]>
Signed-off-by: Yasuhiro Matsumoto <[email protected]>
Copy link

Ephemeral COPR build failed. @containers/packit-build please check.

Copy link

A friendly reminder that this PR had no activity for 30 days.

Copy link
Contributor

@mtrmac mtrmac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattn IIRC this PR has never passed tests. Are you still working on it?


ifeq ($(GOBIN),)
GOBIN := $(GOPATH)/bin
GOBIN := $(subst \,/,$(shell $(GO) env GOPATH))/bin
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is surprising to me. make doesn’t like native-style paths? Which implementation is this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On Windows, GOPATH include backslash not slash.

Makefile Outdated
override BUILDTAGS = exclude_graphdriver_btrfs containers_image_openpgp
endif

BIN=bin/skopeo
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naming this something a bit more explicit would help. SKOPEO_BIN? SKOPEO_TARGET?


There are quite a few other instances of bin/skopeo in the Makefile, why don’t they need updating?

@github-actions github-actions bot removed the stale-pr label Nov 16, 2024
Copy link

A friendly reminder that this PR had no activity for 30 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants