Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit cdc2545

Browse files
authored
[Split Build] Add split build to linux job (#1889)
1 parent c05b5cc commit cdc2545

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/validate-linux-binaries.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ on:
9898
default: false
9999
required: false
100100
type: boolean
101+
use_split_build:
102+
description: |
103+
[Experimental] Use split build
104+
required: false
105+
type: boolean
106+
default: false
101107

102108
jobs:
103109
generate-linux-matrix:
@@ -107,6 +113,7 @@ jobs:
107113
os: linux
108114
channel: ${{ inputs.channel }}
109115
use-only-dl-pytorch-org: ${{ inputs.use-only-dl-pytorch-org }}
116+
use_split_build: ${{ inputs.use_split_build }}
110117

111118
linux:
112119
needs: generate-linux-matrix

0 commit comments

Comments
 (0)