From d341004a0be637f9d6d1317a4fe9f25ff33878ae Mon Sep 17 00:00:00 2001 From: Samuel Lijin Date: Wed, 7 Aug 2024 11:19:16 -0700 Subject: [PATCH] build inside engine --- .github/workflows/build-python-release.reusable.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-python-release.reusable.yaml b/.github/workflows/build-python-release.reusable.yaml index ac951c22b..76e3ad004 100644 --- a/.github/workflows/build-python-release.reusable.yaml +++ b/.github/workflows/build-python-release.reusable.yaml @@ -64,15 +64,15 @@ jobs: - name: Build wheels uses: PyO3/maturin-action@v1 - working-directory: engine env: ${{ matrix._.env || fromJSON('{}') }} with: target: ${{ matrix._.target }} command: build + # building in engine/ ensures that we pick up .cargo/config.toml + working-directory: engine args: --release --out language_client_python/dist --manifest-path language_client_python/Cargo.toml sccache: "true" manylinux: ${{ matrix._.manylinux }} - before-script-linux: | if command -v yum &> /dev/null; then yum update -y && yum install -y perl-core openssl openssl-devel pkgconfig libatomic