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

Update compiling instructions and rename potential conflicting wfcli directory #171

Merged
merged 1 commit into from
Jul 18, 2018

Conversation

erwinvaneyk
Copy link
Member

@erwinvaneyk erwinvaneyk commented Jul 17, 2018

Based on feedback of @soamvasani, the instructions for compiling are too ambiguous. Since writing the instructions the build/wfcli directory was added, causing users that followed the compiling.md instructions literally to hit the following error when building:

go install github.com/fission/fission-workflows/cmd/wfcli: build output "wfcli" already exists and is a directory

This error is caused because the build artifact (wfcli) conflicts with the build/wfcli when building from the build/ directory. Building from any other directory would not cause this error.

To fix this issue, I...

  1. renamed build/wfcli to build/wfcli-docker to avoid the naming conflict
  2. updated the compiling.md instructions to reflect the current state and also be more thorough in explaining the options.

@erwinvaneyk erwinvaneyk force-pushed the compiling-wfcli-conflict branch from f5bfebc to 625f9de Compare July 17, 2018 16:26
@erwinvaneyk erwinvaneyk merged commit 185ce54 into master Jul 18, 2018
@erwinvaneyk erwinvaneyk deleted the compiling-wfcli-conflict branch July 18, 2018 07:46
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.

1 participant