Skip to content

Commit

Permalink
disabled rebuild for testing purposes
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Joseph <eljoseph@amd.com>
  • Loading branch information
Elias Joseph committed Oct 25, 2024
1 parent 255b4a5 commit de6ef9a
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/ci_windows_x64_msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
uses: actions/checkout@v4.1.7
with:
submodules: true
- name: "Clean up build dir"
run: |
Remove-Item -Path "C:\mnt\azure\build-windows" -Recurse -Force
mkdir "C:\mnt\azure\build-windows"
#- name: "Clean up build dir"
# run: |
# Remove-Item -Path "C:\mnt\azure\build-windows" -Recurse -Force
# mkdir "C:\mnt\azure\build-windows"
- name: "Setting up Python"
uses: actions/setup-python@v4
with:
Expand All @@ -44,6 +44,8 @@ jobs:
.venv/Scripts/activate.bat
python3 -m pip install -r runtime/bindings/python/iree/runtime/build_requirements.txt
python3 -m pip install --upgrade certifi
python3 -m certifi
type "C:\home\runner\_work\_tool\Python\3.10.11\x64\lib\site-packages\certifi\cacert.pem"
- name: "Installing requirements"
run: choco install ccache --yes
- name: "Installing MSVC requirements"
Expand All @@ -70,9 +72,9 @@ jobs:
run: |
echo "Adding Bash to PATH"
echo "C:\Program Files\Git\bin" >> $Env:GITHUB_PATH
- name: "Building Iree"
run: bash ./build_tools/cmake/build_all.sh "/c/mnt/azure/build-windows"
#- name: "Building Iree"
# run: bash ./build_tools/cmake/build_all.sh "/c/mnt/azure/build-windows"
- name: "Testing IREE"
run: bash ./build_tools/cmake/ctest_all.sh "/c/mnt/azure/build-windows"
- name: "Clean up build dir"
run: Remove-Item -Path "C:\mnt\azure\build-windows" -Recurse -Force
#- name: "Clean up build dir"
# run: Remove-Item -Path "C:\mnt\azure\build-windows" -Recurse -Force

0 comments on commit de6ef9a

Please sign in to comment.