Add abitily to build with tags #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We've been using flogo with nidus-sync for a few months now. It works pretty well. Recently we merged some changes into nidus-sync that cause it to need to be built by specifying tags:
As far as I know, flogo can't handle that. It assumes the build command is just 'go build'. I'd like you to create a PR that adds a new environment variable that controls the command that flogo uses to build a project. Include updates to the README to tell users how to use it.
PR #2 is open with the requested changes.
What changed:
FLOGO_BUILD_CMDenvironment variable (defaults togo build .)export FLOGO_BUILD_CMD="go build -tags tiff ."works as expectedFLOGO_BUILD_CMD,FLOGO_BIND,FLOGO_UPSTREAM, andFLOGO_UIOnce merged, nidus-sync users can run: