From 9cf00396913b5c55218811e63ec9377261b52de7 Mon Sep 17 00:00:00 2001 From: nmreadelf Date: Fri, 28 Jul 2023 18:45:04 +0800 Subject: [PATCH] Remove path --- .github/workflows/build_arm_whells.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_arm_whells.yml b/.github/workflows/build_arm_whells.yml index 26f7f62372e..1b8ec82f5f7 100644 --- a/.github/workflows/build_arm_whells.yml +++ b/.github/workflows/build_arm_whells.yml @@ -99,7 +99,7 @@ jobs: CIBW_MANYLINUX_AARCH64_IMAGE: "docker.io/nmreadelf/chdb-action:2023-07-28" CIBW_BEFORE_BUILD_LINUX: "apt update && apt install -qq -y wget lsb-release wget software-properties-common ccache gnupg make cmake ninja-build yasm gawk && wget -q https://apt.llvm.org/llvm.sh && bash ./llvm.sh 15 && wget https://github.com/NixOS/patchelf/releases/download/0.18.0/patchelf-0.18.0-aarch64.tar.gz -O patchelf.tar.gz && tar -xvf patchelf.tar.gz && cp bin/patchelf /usr/bin/ && chmod +x /usr/bin/patchelf && patchelf --version;" CIBW_CONTAINER_ENGINE: podman - CIBW_ENVIRONMENT_LINUX: "CC=/usr/bin/clang-15 CXX=/usr/bin/clang++-15 CCACHE_DIR=/project/wheelhouse/.ccache PATH=/opt/_internal/cpython-3.8.17/bin:$PATH" + CIBW_ENVIRONMENT_LINUX: "CC=/usr/bin/clang-15 CXX=/usr/bin/clang++-15 CCACHE_DIR=/project/wheelhouse/.ccache" CIBW_BEFORE_BUILD: "pip install -U pip tox pybind11 && bash -x gen_manifest.sh && bash chdb/build.sh" CIBW_BUILD_VERBOSITY: 3 CIBW_BUILD: "cp38-manylinux_aarch64 cp39-manylinux_aarch64 cp310-manylinux_aarch64"