Skip to content

Commit

Permalink
pipeline debug
Browse files Browse the repository at this point in the history
  • Loading branch information
teqdruid committed May 18, 2024
1 parent 3f8f025 commit 57cde60
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/pycdePublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ jobs:
- name: Set up sccache
uses: mozilla-actions/[email protected]

# - name: Build zlib
# shell: pwsh
# run: |
# & "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" install zlib:x64-windows-static
- name: Build zlib
shell: pwsh
run: |
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" install zlib:x64-windows-static
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
# time.
Expand All @@ -115,19 +115,19 @@ jobs:
fetch-tags: true
submodules: false

# - name: Get shallow LLVM submodule
# run: |
# git submodule update --init --recursive --recommend-shallow --depth 1
- name: Get shallow LLVM submodule
run: |
git submodule update --init --recursive --recommend-shallow --depth 1
# # --------
# # Build and test CIRCT
# # --------
# - name: Install dependencies
# run: |
# python3 -m pip install --upgrade pip
# python3 -m pip install cibuildwheel twine
# --------
# Build and test CIRCT
# --------
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install cibuildwheel twine
# choco install ninja sccache
choco install ninja sccache
- name: Build wheel
shell: cmd
Expand Down

0 comments on commit 57cde60

Please sign in to comment.