[WIP] add aws code build

This commit is contained in:
Junya Morioka
2025-06-12 00:01:40 +09:00
parent 3bed0f11ca
commit 099d5031de
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ jobs:
run: |
choco install -y visualstudio2022buildtools `
--version=117.14.1 `
--params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
--params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows11SDK.22000"
- name: Install build dependencies
shell: pwsh
+2 -2
View File
@@ -8,7 +8,7 @@ jobs:
# runs-on: windows-latest
runs-on: codebuild-flash-attention-pre-build-wheel-windows-${{ github.run_id }}-${{ github.run_attempt }}
env:
MAX_JOBS: 2
MAX_JOBS: 4
NVCC_THREADS: 2
steps:
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
run: |
choco install -y visualstudio2022buildtools `
--version=117.14.1 `
--params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64"
--params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --add Microsoft.VisualStudio.Component.Windows11SDK.22000"
- name: Install build dependencies
shell: pwsh