-
Notifications
You must be signed in to change notification settings - Fork 39
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
chore(CI): build a portable binary in CI for different CPU architectures #1504
Conversation
/run-ci |
CI tests run on commit:
CI test list:
Please check ci test results later. |
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.
Why should we use -march=native
? I thought the change would be to make ckb-rocksdb use a more portable CPU feature set.
-march=native
, Axon uses it too-march=native
Axon uses it too
|
Using |
-march=native
Axon uses it too
Ckb-rocksdb uses |
…res (#1504) * chore(CI): RocksDB uses `-march=native`, Axon uses it too * chore(CI): build a portable binary in CI for different CPU architectures
What this PR does / why we need it?
This PR tries to:
Illegal instruction
issues recorded in Tracking checks with nondeterministic results #1374What is the impact of this PR?
No Breaking Change
CI Settings
CI Usage
Tip: Check the CI you want to run below, and then comment
/run-ci
.CI Switch
CI Description