Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .ci/scripts/wheel/vc_env_helper.bat
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,8 @@ if exist setup.py (
cd executorch
)

REM Override pip's default tempdir to reduce path length.
set TEMP=C:\temp
set TMPDIR=C:\temp

%args% || exit /b 1
3 changes: 3 additions & 0 deletions .github/workflows/build-wheels-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Build Windows Wheels

on:
pull_request:
tags:
- ciflow/binaries/*
push:
branches:
- nightly
Expand All @@ -11,6 +13,7 @@ on:
# NOTE: Binary build pipelines should only get triggered on release candidate builds
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
- ciflow/binaries/*
workflow_dispatch:

permissions:
Expand Down
Loading