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

Fix build on macOS #186

Merged
merged 1 commit into from
Jun 4, 2018
Merged

Conversation

mtrmac
Copy link
Collaborator

@mtrmac mtrmac commented Jun 4, 2018

Without this build fails on macOS with

./store.go:1561:12: undefined: directory.Size
./store.go:1566:11: undefined: directory.Size

because directory.Size has no implementation.

Without this build fails on macOS with
> ./store.go:1561:12: undefined: directory.Size
> ./store.go:1566:11: undefined: directory.Size
because directory.Size has no implementation.

Signed-off-by: Miloslav Trmač <[email protected]>
@TomSweeneyRedHat
Copy link
Member

LGTM and happy green test buttons.

@rhatdan
Copy link
Member

rhatdan commented Jun 4, 2018

LGTM

@rhatdan rhatdan merged commit 88d8042 into containers:master Jun 4, 2018
@mtrmac mtrmac deleted the macOS-directory.Size branch June 5, 2018 11:29
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.

3 participants