Skip to content

Commit

Permalink
debug python
Browse files Browse the repository at this point in the history
  • Loading branch information
Siarhei Harbuz committed Mar 15, 2024
1 parent cd51ae3 commit aa054ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .buildkite/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,10 @@ with_python() {
sudo apt update -y
sudo apt upgrade -y
sudo apt install -y python3.11 python3.11-venv
sudo apt install -y python3-pip python3-apt
sudo apt install -y python3-pip
export PATH="/usr/bin/python3.11:${PATH}"
sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
sudo update-alternatives --set python3 /usr/bin/python3.11
# sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1
# sudo update-alternatives --set python3 /usr/bin/python3.11
elif [ "${linuxType}" = "rhel" ]; then
sudo dnf update -y
sudo dnf install -y python3 python3-pip
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/scripts/generate_xpack_auditbeat_pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ steps:
MODULE: $MODULE
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
image: "${DEFAULT_UBUNTU_X86_64_IMAGE}"
machineType: "${GCP_DEFAULT_MACHINE_TYPE}"
artifact_paths: "${BEATS_PROJECT_NAME}/build/*.xml"
Expand Down

0 comments on commit aa054ae

Please sign in to comment.