From b5cfaae72c96ac0a935e7dcb8d7da6326027aae1 Mon Sep 17 00:00:00 2001 From: Rushikesh Sathe Date: Thu, 7 May 2026 10:42:13 +0000 Subject: [PATCH] Updated thrift-cpp script ans pyproject.toml --- t/thrift-cpp/pyproject.toml | 2 +- t/thrift-cpp/thrift-cpp_ubi_9.3.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/thrift-cpp/pyproject.toml b/t/thrift-cpp/pyproject.toml index 64bf25485d..5b6893d964 100644 --- a/t/thrift-cpp/pyproject.toml +++ b/t/thrift-cpp/pyproject.toml @@ -43,5 +43,5 @@ where = ["local"] thriftcpp = ["bin/*", "lib/*", "lib/**/*", "include/**/*"] [tool.distutils.bdist_wheel] -plat-name = "manylinux2014_ppc64le" # Explicitly set the platform tag +plat-name = "linux_ppc64le" # Explicitly set the platform tag universal = false # Disable universal wheel (forces platform-specific build) diff --git a/t/thrift-cpp/thrift-cpp_ubi_9.3.sh b/t/thrift-cpp/thrift-cpp_ubi_9.3.sh index 959fcb673f..7e5f2abc35 100644 --- a/t/thrift-cpp/thrift-cpp_ubi_9.3.sh +++ b/t/thrift-cpp/thrift-cpp_ubi_9.3.sh @@ -35,7 +35,7 @@ wget https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz tar -xvf flex-2.6.4.tar.gz cd flex-2.6.4 echo "Configuring flex installation..." -./configure --prefix=/usr/local +./configure --prefix=/usr echo "Compiling the source code for flex..." make -j$(nproc) echo "Installing flex..."