Skip to content

Add build tag no_ipfs #4381

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

AkihiroSuda
Copy link
Member

BUILDTAGS=no_ipfs make

Discussed in:

@AkihiroSuda AkihiroSuda added this to the v2.1.3 milestone Jun 27, 2025
@AkihiroSuda AkihiroSuda added the area/ipfs IPFS label Jun 27, 2025
```
BUILDTAGS=no_ipfs make
```

Discussed in issue 1986

Signed-off-by: Akihiro Suda <[email protected]>
@@ -99,3 +99,12 @@ jobs:
build linux s390x
[ ! "$failure" ] || exit 1
- if: ${{ env.GO_VERSION != '' }}
name: "Run: make binaries with csustom BUILDTAGS"
Copy link
Contributor

Choose a reason for hiding this comment

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

csustom > custom

endif
GO_BUILDTAGS ?=
GO_TAGS=$(if $(GO_BUILDTAGS),-tags "$(strip $(GO_BUILDTAGS))",)

Copy link
Contributor

Choose a reason for hiding this comment

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

Do we need the extra GO_BUILDTAGS variable?

Would below just work / be simpler?

BUILDTAGS ?=
GO_TAGS=$(if $(BUILDTAGS),-tags "$(strip $(BUILDTAGS))",)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants