-
Notifications
You must be signed in to change notification settings - Fork 78
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
pass CFLAGS, CXXFLAGS to NGT build command #683
Merged
kpango
merged 2 commits into
master
from
bugfix/build-option/disable-avx512-by-cgo-cxxflags
Sep 8, 2020
Merged
pass CFLAGS, CXXFLAGS to NGT build command #683
kpango
merged 2 commits into
master
from
bugfix/build-option/disable-avx512-by-cgo-cxxflags
Sep 8, 2020
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Best reviewed: commit by commit
|
[CHATOPS:HELP] ChatOps commands.
|
github-actions
bot
added
area/makefile
team/sre
SRE team
size/S
type/bug
Something isn't working
priority/medium
labels
Sep 8, 2020
rinx
changed the title
pass CXXFLAGS to CGO_CXXFLAGS...
pass CFLAGS, CXXFLAGS to NGT build command
Sep 8, 2020
rinx
force-pushed
the
bugfix/build-option/disable-avx512-by-cgo-cxxflags
branch
2 times, most recently
from
September 8, 2020 10:03
0c44c5f
to
df6bca4
Compare
/rebase |
[REBASE] Rebase triggered by rinx for branch: bugfix/build-option/disable-avx512-by-cgo-cxxflags |
# This is the 1st commit message: :wrench: pass CXXFLAGS to CGO_CXXFLAGS... Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com> # This is the commit message #2: :construction: wip Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com> # This is the commit message #3: :wrench: add CGO_CFLAGS, CGO_CPPFLAGS Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com> # This is the commit message #4: :wrench: use CMAKE_C_FLAGS, CMAKE_CXX_FLAGS Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com> :construction: wip Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com> :wrench: add CGO_CFLAGS, CGO_CPPFLAGS Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com> :wrench: use CMAKE_C_FLAGS, CMAKE_CXX_FLAGS Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com> :fire: remove useless line Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
vdaas-ci
force-pushed
the
bugfix/build-option/disable-avx512-by-cgo-cxxflags
branch
from
September 8, 2020 10:05
df6bca4
to
7c81459
Compare
kpango
approved these changes
Sep 8, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
kpango
deleted the
bugfix/build-option/disable-avx512-by-cgo-cxxflags
branch
September 8, 2020 10:08
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Rintaro Okamura rintaro.okamura@gmail.com
Description:
passing CXXFLAGS to CGO_CXXFLAGS.
This is just for workaround for SIGILL on initialize phase of Agent-NGT
Related Issue:
nothing
How Has This Been Tested?:
nothing
Environment:
Types of changes:
Changes to Core Features:
Checklist: