File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff 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
30263127 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
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments