Skip to content

Commit 6582c77

Browse files
committed
Revert "undo commenting out"
This reverts commit 16038238222bb080428d4d61edc23c647c0d166e.
1 parent 54bad06 commit 6582c77

1 file changed

Lines changed: 40 additions & 40 deletions

File tree

.github/workflows/packaging.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -18,51 +18,51 @@ jobs:
1818
#############################################################################
1919
# macOS
2020
#############################################################################
21-
macos:
22-
name: "macOS"
23-
strategy:
24-
fail-fast: false
25-
matrix:
26-
python-version: ["3.10", "3.11", "3.12", "3.13"]
27-
free-threaded: [""]
28-
include:
29-
- python-version: "3.13"
30-
free-threaded: "ft"
31-
uses: ./.github/workflows/_build_macos.yml
32-
with:
33-
python-version: "${{ matrix.python-version }}"
34-
free-threaded: "${{ matrix.free-threaded }}"
35-
run-test: "false"
21+
# macos:
22+
# name: "macOS"
23+
# strategy:
24+
# fail-fast: false
25+
# matrix:
26+
# python-version: ["3.10", "3.11", "3.12", "3.13"]
27+
# free-threaded: [""]
28+
# include:
29+
# - python-version: "3.13"
30+
# free-threaded: "ft"
31+
# uses: ./.github/workflows/_build_macos.yml
32+
# with:
33+
# python-version: "${{ matrix.python-version }}"
34+
# free-threaded: "${{ matrix.free-threaded }}"
35+
# run-test: "false"
3636

3737
#############################################################################
3838
# Linux (CPU)
3939
#############################################################################
40-
linux-aarch64:
41-
name: "Linux aarch64"
42-
strategy:
43-
fail-fast: false
44-
matrix:
45-
python-version: ["3.10", "3.11", "3.12", "3.13"]
46-
uses: ./.github/workflows/_build_linux.yml
47-
with:
48-
os: ubuntu-24.04-arm
49-
arch: aarch64
50-
python-version: "${{ matrix.python-version }}"
51-
run-test: "${{ matrix.python-version == '3.10'}}"
40+
# linux-aarch64:
41+
# name: "Linux aarch64"
42+
# strategy:
43+
# fail-fast: false
44+
# matrix:
45+
# python-version: ["3.10", "3.11", "3.12", "3.13"]
46+
# uses: ./.github/workflows/_build_linux.yml
47+
# with:
48+
# os: ubuntu-24.04-arm
49+
# arch: aarch64
50+
# python-version: "${{ matrix.python-version }}"
51+
# run-test: "${{ matrix.python-version == '3.10'}}"
5252

5353
#############################################################################
5454
# Linux (CUDA)
5555
#############################################################################
56-
linux-x86-cuda:
57-
name: "Linux x86_64 CUDA"
58-
strategy:
59-
fail-fast: false
60-
matrix:
61-
python-version: ["3.10", "3.11", "3.12", "3.13"]
62-
cuda-version: ["12.4"]
63-
uses: ./.github/workflows/_build_linux_cuda.yml
64-
with:
65-
build_container: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
66-
python-version: "${{ matrix.python-version }}"
67-
cuda-version: "${{ matrix.cuda-version }}"
68-
run-test: "${{ matrix.python-version == '3.11'}}"
56+
# linux-x86-cuda:
57+
# name: "Linux x86_64 CUDA"
58+
# strategy:
59+
# fail-fast: false
60+
# matrix:
61+
# python-version: ["3.10", "3.11", "3.12", "3.13"]
62+
# cuda-version: ["12.4"]
63+
# uses: ./.github/workflows/_build_linux_cuda.yml
64+
# with:
65+
# build_container: "pytorch/manylinux2_28-builder:cuda${{ matrix.cuda-version }}"
66+
# python-version: "${{ matrix.python-version }}"
67+
# cuda-version: "${{ matrix.cuda-version }}"
68+
# run-test: "${{ matrix.python-version == '3.11'}}"

0 commit comments

Comments
 (0)