Skip to content

Commit 7cbf745

Browse files
cherry pick 3685: disable jetson build in ci (#3688)
1 parent 6b7fdbb commit 7cbf745

File tree

3 files changed

+1361
-1336
lines changed

3 files changed

+1361
-1336
lines changed

.github/workflows/build-test-linux-aarch64-jetpack.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
name: Build and test Linux aarch64 wheels for Jetpack
22

33
on:
4-
pull_request:
5-
push:
6-
branches:
7-
- main
8-
- nightly
9-
- release/*
10-
tags:
11-
# NOTE: Binary build pipelines should only get triggered on release candidate builds
12-
# Release candidate tags look like: v1.11.0-rc1
13-
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
4+
# pull_request:
5+
# push:
6+
# branches:
7+
# - main
8+
# - nightly
9+
# - release/*
10+
# tags:
11+
# # NOTE: Binary build pipelines should only get triggered on release candidate builds
12+
# # Release candidate tags look like: v1.11.0-rc1
13+
# - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1414
workflow_dispatch:
1515

1616
jobs:

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ keywords = [
6060
]
6161
dependencies = [
6262
"torch>=2.8.0,<2.9.0; platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)",
63-
"torch>=2.7.0,<2.8.0; platform_machine == 'aarch64' and 'tegra' in platform_release",
63+
# "torch>=2.7.0,<2.8.0; platform_machine == 'aarch64' and 'tegra' in platform_release",
6464

6565
"tensorrt>=10.11.0,<10.12.0; platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)",
6666
"tensorrt-cu12>=10.11.0,<10.12.0; platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)",
@@ -136,22 +136,22 @@ index-strategy = "unsafe-best-match"
136136
[tool.uv.sources]
137137
torch = [
138138
{ index = "pytorch-test-cu129", marker = "platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)" },
139-
{ index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
139+
# { index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
140140
]
141141
torchvision = [
142142
{ index = "pytorch-test-cu129", marker = "platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)" },
143-
{ index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
143+
# { index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
144144
]
145145

146146
[[tool.uv.index]]
147147
name = "pytorch-test-cu129"
148148
url = "https://download.pytorch.org/whl/test/cu129"
149149
explicit = false
150150

151-
[[tool.uv.index]]
152-
name = "jetson-containers"
153-
url = "https://pypi.jetson-ai-lab.dev/jp6/cu126/+simple"
154-
explicit = false
151+
# [[tool.uv.index]]
152+
# name = "jetson-containers"
153+
# url = "https://pypi.jetson-ai-lab.dev/jp6/cu126/+simple"
154+
# explicit = false
155155

156156
[[tool.uv.index]]
157157
name = "nvidia"

0 commit comments

Comments
 (0)