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

Add .gocache directory for WSL users #642

Merged
merged 2 commits into from
Mar 7, 2019
Merged

Add .gocache directory for WSL users #642

merged 2 commits into from
Mar 7, 2019

Conversation

heartrobotninja
Copy link
Contributor

Testing Agones on Windows using the Linux subsystem would fail with a mount denied error for the .gocache directory. This error was misleading as it was due to the directory not existing. Adding in the step of making the directory fixes the problem, and does not harm the functionality of building and testing on a native linux machine.

heartrobotninja and others added 2 commits March 7, 2019 11:45
Testing Agones on Windows using the Linux subsystem would fail with a mount denied error for the .gocache directory. This error was misleading as it was due to the directory not existing. Adding in the step of making the directory fixes the problem, and does not harm the functionality of building and testing on a native linux machine.
@agones-bot
Copy link
Collaborator

Build Succeeded 👏

Build Id: 28a2109c-f852-4db7-9b4e-a4c330b34fa0

The following development artifacts have been built, and will exist for the next 30 days:

A preview of the website (the last 30 builds are retained):

To install this version:

  • git fetch https://github.com/GoogleCloudPlatform/agones.git pull/642/head:pr_642 && git checkout pr_642
  • helm install install/helm/agones --namespace agones-system --name agones --set agones.image.tag=0.9.0-d40b52a

Copy link
Member

@markmandel markmandel left a comment

Choose a reason for hiding this comment

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

👍

@markmandel markmandel merged commit 0308a0a into googleforgames:master Mar 7, 2019
@markmandel markmandel added kind/cleanup Refactoring code, fixing up documentation, etc area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. labels Mar 7, 2019
@markmandel markmandel added this to the 0.9.0 milestone Mar 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-tools Development tooling. I.e. pretty much everything in the `build` directory. kind/cleanup Refactoring code, fixing up documentation, etc
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants