From 2e62a50c0b29e8925c23820093b5cca9275e22f6 Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Fri, 23 Aug 2024 17:43:10 +0000 Subject: [PATCH] test linux --- scripts/manylinux/build.sh | 3 --- scripts/manylinux/publish_python_wheel.sh | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/manylinux/build.sh b/scripts/manylinux/build.sh index 0c7ace2d..643aa7f0 100755 --- a/scripts/manylinux/build.sh +++ b/scripts/manylinux/build.sh @@ -21,9 +21,6 @@ MANYLINUX_DIR=$(echo $(cd $(dirname ${0}); pwd)) SCRIPTS_DIR=$(dirname ${MANYLINUX_DIR}) REPO_ROOT=$(dirname ${SCRIPTS_DIR}) -sudo apt-get update -sudo apt-get install -y python3.9 - cd $REPO_ROOT # Add directory as safe to avoid "detected dubious ownership" fatal issue1 git config --global --add safe.directory $REPO_ROOT diff --git a/scripts/manylinux/publish_python_wheel.sh b/scripts/manylinux/publish_python_wheel.sh index f3b9084e..6db8112c 100755 --- a/scripts/manylinux/publish_python_wheel.sh +++ b/scripts/manylinux/publish_python_wheel.sh @@ -16,7 +16,7 @@ set -eo pipefail # Start the releasetool reporter -python3.9 -m pip install --require-hashes -r ${REPO_ROOT}/.kokoro/requirements.txt +python3 -m pip install --require-hashes -r ${REPO_ROOT}/.kokoro/requirements.txt # Disable buffering, so that the logs stream through. export PYTHONUNBUFFERED=1