Skip to content

Commit 263bc21

Browse files
committed
remvoe cp314 due to triton limitation
1 parent 9cc331c commit 263bc21

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/triton-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ jobs:
9191
timeout: ${{ matrix.config.timeout }}
9292
checkout-ref: ${{ needs.prepare-release-build.outputs.tag }} # Use output from the single 'needs' job
9393
package-name: 'triton'
94-
cibw-build: 'cp3*-manylinux_${{ matrix.config.arch }}'
94+
cibw-build: 'cp3{10,11,12,13}-manylinux_${{ matrix.config.arch }}'
9595
cibw-skip: 'cp{35,36,37,38,39}-*'
9696
secrets: inherit

.github/workflows/triton-nightly.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
fail-fast: false
3737
matrix:
3838
config:
39-
- {runs_on: "['self-hosted', 'x64-docker']", arch: 'x86_64', timeout: 120}
40-
- {runs_on: "['self-hosted', 'aarch64-docker']", arch: 'aarch64', timeout: 720}
39+
- {runs_on: "['self-hosted', 'x64-docker']", arch: 'x86_64', timeout: 360}
40+
- {runs_on: "['self-hosted', 'aarch64-docker']", arch: 'aarch64', timeout: 1200}
4141
uses: ./.github/workflows/reusable-build-triton.yml
4242
with:
4343
runner: ${{ matrix.config.runs_on }}
@@ -99,4 +99,5 @@ jobs:
9999
checkout-ref: 'main'
100100
package-name: 'triton-nightly'
101101
cibw-build: ${{ matrix.cibw_build_spec }}
102+
cibw-skip: 'cp{35,36,37,38,39}-*'
102103
secrets: inherit

0 commit comments

Comments
 (0)