Skip to content

Commit 119563b

Browse files
disable jetpack build for now (#3685)
1 parent 307b3fe commit 119563b

File tree

3 files changed

+1431
-1383
lines changed

3 files changed

+1431
-1383
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
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+
# TODO: Uncomment this when we have a stable release
5+
# pull_request:
6+
# push:
7+
# branches:
8+
# - main
9+
# - nightly
10+
# - release/*
11+
# tags:
12+
# # NOTE: Binary build pipelines should only get triggered on release candidate builds
13+
# # Release candidate tags look like: v1.11.0-rc1
14+
# - v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
1415
workflow_dispatch:
1516

1617
jobs:

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,22 +128,22 @@ index-strategy = "unsafe-best-match"
128128
[tool.uv.sources]
129129
torch = [
130130
{ index = "pytorch-nightly-cu129", marker = "platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)" },
131-
{ index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
131+
# { index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
132132
]
133133
torchvision = [
134134
{ index = "pytorch-nightly-cu129", marker = "platform_machine != 'aarch64' or (platform_machine == 'aarch64' and 'tegra' not in platform_release)" },
135-
{ index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
135+
# { index = "jetson-containers", marker = "platform_machine == 'aarch64' and 'tegra' in platform_release" },
136136
]
137137

138138
[[tool.uv.index]]
139139
name = "pytorch-nightly-cu129"
140140
url = "https://download.pytorch.org/whl/nightly/cu129"
141141
explicit = false
142142

143-
[[tool.uv.index]]
144-
name = "jetson-containers"
145-
url = "https://pypi.jetson-ai-lab.dev/jp6/cu126/+simple"
146-
explicit = false
143+
# [[tool.uv.index]]
144+
# name = "jetson-containers"
145+
# url = "https://pypi.jetson-ai-lab.dev/jp6/cu126/+simple"
146+
# explicit = false
147147

148148
[[tool.uv.index]]
149149
name = "nvidia"

0 commit comments

Comments
 (0)