Skip to content

Commit

Permalink
Update to use main branch of builder
Browse files Browse the repository at this point in the history
  • Loading branch information
albanD committed Nov 15, 2023
1 parent ab141ef commit 76ebd38
Show file tree
Hide file tree
Showing 19 changed files with 108 additions and 108 deletions.
2 changes: 1 addition & 1 deletion .github/templates/common.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# NOTE: If testing pytorch/builder changes you can change this variable to change what pytorch/builder reference
# the binary builds will check out
{%- set builder_repo = "pytorch/builder" -%}
{%- set builder_branch = "alband/312_deps" -%}
{%- set builder_branch = "main" -%}

{%- macro concurrency(build_environment) -%}
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_binary-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ jobs:
- name: Checkout pytorch/builder to builder dir
uses: malfet/checkout@silent-checkout
with:
ref: alband/312_deps
ref: main
submodules: recursive
repository: pytorch/builder
path: builder
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_binary-test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
- name: Checkout pytorch/builder to builder dir
uses: malfet/checkout@silent-checkout
with:
ref: alband/312_deps
ref: main
submodules: recursive
repository: pytorch/builder
path: builder
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 10 additions & 10 deletions .github/workflows/generated-linux-binary-manywheel-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/generated-macos-arm64-binary-wheel-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .github/workflows/generated-macos-binary-conda-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .github/workflows/generated-macos-binary-wheel-nightly.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 76ebd38

Please sign in to comment.