|
@@ -32,7 +32,7 @@ build_artifact_version() {
|
|
|
|
|
|
clean_code $REPO_DIR $BUILD_COMMIT
|
|
|
sed -i '/Wno-sign-compare/a \ \ \ \ \ \ \ \ extra_compile_args.append("-std=c++11")' $REPO_DIR/python/setup.py
|
|
|
- sed -i '/Werror/d' $REPO_DIR/python/setup.py
|
|
|
+ sed -i '/Wno-sign-compare/a \ \ \ \ \ \ \ \ extra_compile_args.append("-Wno-incompatible-pointer-types")' $REPO_DIR/python/setup.py
|
|
|
cat $REPO_DIR/python/setup.py
|
|
|
|
|
|
build_wheel $REPO_DIR/python $PLAT
|