37
37
- {
38
38
os : windows-2022,
39
39
arch : x64,
40
- python-arch : x64,
41
- python-ver : ' 3.8' ,
42
40
name : ' windows-x64 MSVC 64bit shared' ,
43
41
msvc-arch : x64,
44
- artifact : ' windows_msvc64_shared .7z' ,
42
+ artifact : ' windows-msvc64-shared .7z' ,
45
43
shared : ' yes' ,
46
44
build_type : ' Release' ,
47
45
archiver : ' 7z a' ,
50
48
- {
51
49
os : windows-2022,
52
50
arch : x86,
53
- python-arch : x86,
54
- python-ver : ' 3.8' ,
55
51
name : ' windows-x86 MSVC 32bit shared' ,
56
52
msvc-arch : x86,
57
- artifact : ' windows_msvc32_shared .7z' ,
53
+ artifact : ' windows-msvc32-shared .7z' ,
58
54
shared : ' yes' ,
59
55
build_type : ' Release' ,
60
56
archiver : ' 7z a' ,
@@ -148,8 +144,6 @@ jobs:
148
144
- {
149
145
os : macos-latest,
150
146
arch : x64,
151
- python-arch : x64,
152
- python-ver : ' 3.8' ,
153
147
name : ' macos-x64 cmake shared' ,
154
148
shared : ' yes' ,
155
149
artifact : ' macos-cmake-shared-x64.7z' ,
@@ -206,8 +200,6 @@ jobs:
206
200
- {
207
201
os : ubuntu-latest,
208
202
arch : x64,
209
- python-arch : x64,
210
- python-ver : ' 3.8' ,
211
203
name : ' ubuntu-x64 cmake shared' ,
212
204
shared : ' yes' ,
213
205
artifact : ' ubuntu-cmake-shared-x64.7z' ,
@@ -218,8 +210,6 @@ jobs:
218
210
- {
219
211
os : ubuntu-latest,
220
212
arch : x86,
221
- python-arch : x86,
222
- python-ver : ' 3.8' ,
223
213
name : ' ubuntu-x86 cmake shared' ,
224
214
shared : ' yes' ,
225
215
artifact : ' ubuntu-cmake-shared-x86.7z' ,
@@ -230,8 +220,6 @@ jobs:
230
220
- {
231
221
os : ubuntu-24.04-arm,
232
222
arch : aarch64,
233
- python-arch : aarch64,
234
- python-ver : ' 3.8' ,
235
223
name : ' ubuntu-aarch64 cmake' ,
236
224
artifact : ' ubuntu-cmake-aarch64.7z' ,
237
225
build_type : ' Release' ,
@@ -242,8 +230,6 @@ jobs:
242
230
- {
243
231
os : ubuntu-22.04,
244
232
arch : ppc64le,
245
- python-arch : ppc,
246
- python-ver : ' 3.8' ,
247
233
name : ' ubuntu-ppc64le cmake' ,
248
234
artifact : ' ubuntu-cmake-ppc64le.7z' ,
249
235
build_type : ' Release' ,
@@ -295,9 +281,9 @@ jobs:
295
281
-B . \
296
282
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
297
283
-G "${{ matrix.config.generators }}" \
298
- -DCMAKE_INSTALL_PREFIX:PATH=/ instdir
284
+ -DCMAKE_INSTALL_PREFIX:PATH=instdir
299
285
cmake --build . --config ${{ matrix.config.build_type }}
300
- sudo cmake --install . --strip
286
+ cmake --install . --strip
301
287
ctest -VV -C ${{ matrix.config.build_type }}
302
288
303
289
- name : ' 🚧 Linux ppc64le build'
@@ -388,13 +374,13 @@ jobs:
388
374
"destDir": "runtimes/osx-x64/native",
389
375
"destFile": "libunicorn.dylib"
390
376
},
391
- "windows_msvc64_shared .7z": {
377
+ "windows-msvc64-shared .7z": {
392
378
"sourceDir": "",
393
379
"sourceFile": "unicorn.dll",
394
380
"destDir": "runtimes/win-x64/native",
395
381
"destFile": "unicorn.dll"
396
382
},
397
- "windows_msvc32_shared .7z": {
383
+ "windows-msvc32-shared .7z": {
398
384
"sourceDir": "",
399
385
"sourceFile": "unicorn.dll",
400
386
"destDir": "runtimes/win-x86/native",
0 commit comments