From de469720e9d9cba4f96ad8c3f8a8ecb3c10bc2e6 Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Fri, 27 Aug 2021 14:39:03 -0700 Subject: [PATCH] Remove unnecessary code in release script (#8915) --- kokoro/release/python/linux/build_artifacts.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/kokoro/release/python/linux/build_artifacts.sh b/kokoro/release/python/linux/build_artifacts.sh index 4205975aad..2407a302c7 100755 --- a/kokoro/release/python/linux/build_artifacts.sh +++ b/kokoro/release/python/linux/build_artifacts.sh @@ -37,8 +37,6 @@ build_artifact_version() { before_install clean_code $REPO_DIR $BUILD_COMMIT - sed -i '/Wno-sign-compare/a \ \ \ \ \ \ \ \ extra_compile_args.append("-std=c++11")' $REPO_DIR/python/setup.py - cat $REPO_DIR/python/setup.py build_wheel $REPO_DIR/python $PLAT