From ba8af3237dd1b552765217b3de6ff8f1fddd56b9 Mon Sep 17 00:00:00 2001 From: Hang Lei Date: Tue, 29 Oct 2024 11:56:06 +0800 Subject: [PATCH 1/2] Init --- scripts/release/rpm/test_azurelinux_in_docker.sh | 2 +- scripts/release/rpm/test_rpm_in_docker.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/release/rpm/test_azurelinux_in_docker.sh b/scripts/release/rpm/test_azurelinux_in_docker.sh index 6161d65a87e..f547ffb0882 100644 --- a/scripts/release/rpm/test_azurelinux_in_docker.sh +++ b/scripts/release/rpm/test_azurelinux_in_docker.sh @@ -14,7 +14,7 @@ time az self-test time az --version cd /azure-cli/ -python -m pip install --upgrade pip setuptools +python -m pip install setuptools ./scripts/ci/build.sh # From Fedora36, when using `pip install --prefix` with root privileges, the package is installed into `{prefix}/local/lib`. diff --git a/scripts/release/rpm/test_rpm_in_docker.sh b/scripts/release/rpm/test_rpm_in_docker.sh index be4cc9a4e66..46b71da8ef0 100644 --- a/scripts/release/rpm/test_rpm_in_docker.sh +++ b/scripts/release/rpm/test_rpm_in_docker.sh @@ -15,7 +15,7 @@ time az self-test time az --version cd /azure-cli/ -python -m pip install --upgrade pip setuptools +python -m pip install setuptools ./scripts/ci/build.sh # From Fedora36, when using `pip install --prefix` with root privileges, the package is installed into `{prefix}/local/lib`. From 4ae57b724d64b25e5ccfb7ab80553fd8ac8063e0 Mon Sep 17 00:00:00 2001 From: Hang Lei Date: Tue, 29 Oct 2024 14:39:26 +0800 Subject: [PATCH 2/2] Revert rpm --- scripts/release/rpm/test_rpm_in_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release/rpm/test_rpm_in_docker.sh b/scripts/release/rpm/test_rpm_in_docker.sh index 46b71da8ef0..be4cc9a4e66 100644 --- a/scripts/release/rpm/test_rpm_in_docker.sh +++ b/scripts/release/rpm/test_rpm_in_docker.sh @@ -15,7 +15,7 @@ time az self-test time az --version cd /azure-cli/ -python -m pip install setuptools +python -m pip install --upgrade pip setuptools ./scripts/ci/build.sh # From Fedora36, when using `pip install --prefix` with root privileges, the package is installed into `{prefix}/local/lib`.