Skip to content

Commit

Permalink
test linux
Browse files Browse the repository at this point in the history
  • Loading branch information
parthea committed Aug 23, 2024
1 parent 44d8f33 commit 2e62a50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions scripts/manylinux/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/manylinux/publish_python_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e62a50

Please sign in to comment.