Skip to content

Commit 63b5fc5

Browse files
committed
For real im getting coffee
1 parent 3fa2619 commit 63b5fc5

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,23 @@ jobs:
1313
runs-on: ubuntu-22.04-arm
1414
concurrency: arm64
1515
steps:
16-
- name: Checkout
17-
uses: actions/checkout@v5
18-
with:
19-
path: main
2016
- name: Checkout
2117
uses: actions/checkout@v5
2218
with:
2319
repository: triton-lang/triton
2420
ref: v3.3.1
25-
path: triton
2621
- name: Patch setup
2722
run: |
28-
cp -r main/triton/patches/python/* triton/python/
23+
echo "[build_ext]" >> python/setup.cfg
24+
echo "base-dir=/project" >> python/setup.cfg
2925
- name: Build wheels
3026
uses: pypa/[email protected]
3127
env:
3228
CIBW_BEFORE_ALL: "dnf install clang lld -y"
3329
CIBW_BUILD: "cp312-manylinux_aarch64"
3430
CIBW_ENVIRONMENT: "MAX_JOBS=4 TRITON_BUILD_WITH_CLANG_LLD=1"
3531
with:
36-
package-dir: triton/python
32+
package-dir: python
3733
output-dir: wheelhouse
3834
- name: Upload wheels
3935
uses: actions/upload-artifact@v4

triton/patches/python/setup.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)