Skip to content

Commit 1fe890c

Browse files
committed
pipeline debug
1 parent e1b0b6f commit 1fe890c

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/pycdePublish.yml

+7-8
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
# much.
2121
# If individual jobs fail due to timeouts or disconnects, please report to
2222
# John and re-run the job.
23-
# runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds", "linux"]
24-
runs-on: ubuntu-latest
23+
runs-on: ["self-hosted", "1ES.Pool=1ES-CIRCT-builds"]
24+
# runs-on: ubuntu-latest
2525
strategy:
2626
# Keep the 'matrix' strategy with one data point to make it obvious that
2727
# this is one point in the overall matrix.
@@ -84,10 +84,10 @@ jobs:
8484
# much.
8585
# If individual jobs fail due to timeouts or disconnects, please report to
8686
# John and re-run the job.
87-
# runs-on:
88-
# - self-hosted
89-
# - 1ES.Pool=1ES-CIRCT-builds
90-
# - 1ES.ImageOverride=1esMMSWindows2022
87+
runs-on:
88+
- self-hosted
89+
- 1ES.Pool=1ES-CIRCT-builds
90+
- 1ES.ImageOverride=1esMMSWindows2022
9191
runs-on: windows-latest
9292
strategy:
9393
# Keep the 'matrix' strategy with one data point to make it obvious that
@@ -104,8 +104,7 @@ jobs:
104104
- name: Build additional c++ deps
105105
shell: pwsh
106106
run: |
107-
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" --triplet x64-windows install zlib
108-
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" --triplet x64-windows install capnproto
107+
& "${env:VCPKG_INSTALLATION_ROOT}/vcpkg" --triplet x64-windows install zlib capnproto
109108
110109
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
111110
# time.

0 commit comments

Comments
 (0)