From 57cde60aded4799f19be32f9696823ba1babe2e5 Mon Sep 17 00:00:00 2001 From: John Demme Date: Sat, 18 May 2024 00:48:48 +0000 Subject: [PATCH] pipeline debug --- .github/workflows/pycdePublish.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/pycdePublish.yml b/.github/workflows/pycdePublish.yml index 92dac7c732c5..9c37a16b6cbe 100644 --- a/.github/workflows/pycdePublish.yml +++ b/.github/workflows/pycdePublish.yml @@ -101,10 +101,10 @@ jobs: - name: Set up sccache uses: mozilla-actions/sccache-action@v0.0.4 - # - 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. @@ -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