-
Notifications
You must be signed in to change notification settings - Fork 289
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
differentiate gcc-powerpc-linux-gnu package name on different architecture #3434
Conversation
differentiate gcc-powerpc-linux-gnu package name on different architecture
add option -std-gnu99 when building cryptonight
Codecov Report
@@ Coverage Diff @@
## master #3434 +/- ##
==========================================
- Coverage 32.28% 32.22% -0.05%
==========================================
Files 500 500
Lines 46805 46805
Branches 21301 21301
==========================================
- Hits 15104 15080 -24
- Misses 17578 17680 +102
+ Partials 14123 14045 -78
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@JerryKwan Hi, there is a script https://github.com/starcoinorg/starcoin/blob/master/scripts/check_commit.sh, you can run it and find some format mistakes. Please check it , thks. |
change code style according to the suggestions of scripts/check_commit.sh
@JerryKwan Hi, I hava a question to ask you。#3435 remind , is cd target
find . -name output | grep cryptonight
./release/build/cryptonight-rs-452255b71a5e3640/output
./release/build/cryptonight-rs-452255b71a5e3640.bak/output use TARGET = Some("x86_64-apple-darwin")
DEBUG = Some("false")
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "ext/" "-Wall" "-Wextra" "-maes" "-msse2" "-Ofast" "-fexceptions" "-std=gnu99" "-o" "/Users/YSG/Github/starcoin/target/release/build/cryptonight-rs-452255b71a5e3640/out/ext/c_groestl.o" "-c" "ext/c_groestl.c" use DEBUG = Some("false")
CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2,sse3,ssse3")
running: "cc" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-arch" "x86_64" "-I" "ext/" "-Wall" "-Wextra" "-maes" "-msse2" "-Ofast" "-fexceptions" "-std=c99" "-o" "/Users/YSG/Github/starcoin/target/release/build/cryptonight-rs-452255b71a5e3640/out/ext/c_groestl.o" "-c" "ext/c_groestl.c" I think it can work, but i don't have centos7.9. can you help me to try? |
@nkysg change the code style accordingly |
@nkysg
It might be caused by the cc version. |
May be some mistake in centos7.9, we could use |
differentiate gcc-powerpc-linux-gnu package name on different
architecture
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Other information