@@ -115,47 +115,6 @@ jobs:
115115 # TODO: figure out why `git` doesn't pick up environment configuration so build scripts fail when using `-p gix`.
116116 run : cross test -p gix-hashtable --target ${{ matrix.target }}
117117
118- installation :
119- strategy :
120- matrix :
121- build : [ win-msvc, win-gnu, win32-msvc, win32-gnu ]
122- include :
123- - build : win-msvc
124- os : windows-latest
125- rust : stable
126- target : x86_64-pc-windows-msvc
127- - build : win-gnu
128- os : windows-latest
129- rust : stable-x86_64-gnu
130- target : x86_64-pc-windows-gnu
131- - build : win32-msvc
132- os : windows-latest
133- rust : stable
134- target : i686-pc-windows-msvc
135- - build : win32-gnu
136- os : windows-latest
137- rust : stable
138- target : i686-pc-windows-gnu
139- runs-on : ${{ matrix.os }}
140- steps :
141- - uses : actions/checkout@v4
142- - name : Install Rust
143- uses : dtolnay/rust-toolchain@master
144- with :
145- toolchain : ${{ matrix.rust }}
146- targets : ${{ matrix.target }}
147- - uses : Swatinem/rust-cache@v2
148- - uses : msys2/setup-msys2@v2
149- with :
150- msystem : MINGW${{ startsWith(matrix.target, 'i686-') && '32' || '64' }}
151- pacboy : cc:p
152- path-type : inherit
153- - name : " Install prerequisites"
154- run : vcpkg install zlib:x64-windows-static-md
155- - name : " Installation from crates.io: gitoxide"
156- run : cargo +${{ matrix.rust }} install --target ${{ matrix.target }} --no-default-features --features max-pure --target-dir install-artifacts --debug --force gitoxide
157- shell : msys2 {0}
158-
159118 lint :
160119 runs-on : ubuntu-latest
161120 steps :
@@ -255,7 +214,6 @@ jobs:
255214 - test
256215 - test-fast
257216 - test-32bit
258- - installation
259217 - lint
260218 - cargo-deny
261219 - wasm
0 commit comments