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

build: fix dirlock build tags for windows build #1205

Merged
merged 1 commit into from
Oct 29, 2019

Conversation

ploxiln
Copy link
Member

@ploxiln ploxiln commented Oct 25, 2019

needs to be "not windows AND not illumos"
was OR - always true because windows is not illumos
(and illumos was broken similarly)

fixes #1203
follow-up to #1195
cc @mreiferson @i-sevostyanov @sandeepsgangwar @smalhotra-spirent

@ploxiln
Copy link
Member Author

ploxiln commented Oct 25, 2019

tested cross-build for windows locally, confirmed broken before this tweak and working after

needs to be "not windows AND not illumos"
was OR - always true because windows is not illumos
(and illumos was broken similarly)
@ploxiln ploxiln merged commit 5b67f58 into nsqio:master Oct 29, 2019
@ploxiln ploxiln deleted the fix_build_win_tag branch December 16, 2019 17:05
@mreiferson mreiferson added the bug label Jun 14, 2020
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.

*: issue building NSQ for windows/amd64
2 participants