Skip to content

Update compiling instructions and rename potential conflicting wfcli directory#171

Merged
erwinvaneyk merged 1 commit intomasterfrom
compiling-wfcli-conflict
Jul 18, 2018
Merged

Update compiling instructions and rename potential conflicting wfcli directory#171
erwinvaneyk merged 1 commit intomasterfrom
compiling-wfcli-conflict

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