File tree 1 file changed +7
-8
lines changed
1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 20
20
# much.
21
21
# If individual jobs fail due to timeouts or disconnects, please report to
22
22
# 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
25
25
strategy :
26
26
# Keep the 'matrix' strategy with one data point to make it obvious that
27
27
# this is one point in the overall matrix.
@@ -84,10 +84,10 @@ jobs:
84
84
# much.
85
85
# If individual jobs fail due to timeouts or disconnects, please report to
86
86
# 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
91
91
runs-on : windows-latest
92
92
strategy :
93
93
# Keep the 'matrix' strategy with one data point to make it obvious that
@@ -104,8 +104,7 @@ jobs:
104
104
- name : Build additional c++ deps
105
105
shell : pwsh
106
106
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
109
108
110
109
# Clone the CIRCT repo and its submodules. Do shallow clone to save clone
111
110
# time.
You can’t perform that action at this time.
0 commit comments