Skip to content

Commit

Permalink
build inside engine
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin authored Aug 7, 2024
1 parent 9604778 commit d341004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-python-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d341004

Please sign in to comment.