Skip to content

generate: specs.Linux needed to be a pointer - #136

Closed
vbatts wants to merge 1 commit into
opencontainers:masterfrom
vbatts:literally_fix_literal
Closed

generate: specs.Linux needed to be a pointer#136
vbatts wants to merge 1 commit into
opencontainers:masterfrom
vbatts:literally_fix_literal

Conversation

@vbatts

Copy link
Copy Markdown
Member
[09:47:37] <papey_lap> hi, playing with ocitools but go getting github.com/opencontainers/ocitools/generate failed because of :
[09:47:47] <papey_lap> generate.go:140: cannot use specs.Linux literal (type *specs.Linux) as type specs.Linux in field value
[09:50:59] <papey_lap> oops, wrong paste : cannot use specs.Linux literal (type specs.Linux) as type *specs.Linux in field value

Reported-by: papey_lap (on IRC)
Signed-off-by: Vincent Batts vbatts@hashbangbash.com

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
@vbatts

Copy link
Copy Markdown
MemberAuthor

ah, this is because the Godeps vendored version of runtime-spec have diverged from master.

@vbatts

Copy link
Copy Markdown
MemberAuthor

ocitools is presently on runtime-spec 1.0.0-rc1. Perhaps time to release an rc2.

@wking

Copy link
Copy Markdown
Contributor

Dup of #112? I think that's just waiting on a new spec tag.

@vbatts

Copy link
Copy Markdown
MemberAuthor

yes!

@vbattsvbatts closed this Jul 20, 2016
Sign up for freeto 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.

2 participants

@vbatts@wking