We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8bb5e commit 89115c9Copy full SHA for 89115c9
ci-targets.yaml
@@ -322,6 +322,24 @@ linux:
322
- lto
323
run: true
324
325
+ aarch64-unknown-linux-musl:
326
+ arch: aarch64
327
+ libc: musl
328
+ python_versions:
329
+ - "3.9"
330
+ - "3.10"
331
+ - "3.11"
332
+ - "3.12"
333
+ - "3.13"
334
+ build_options:
335
+ - debug+static
336
+ - noopt+static
337
+ - lto+static
338
+ - debug
339
+ - noopt
340
+ - lto
341
+ run: true
342
+
343
windows:
344
i686-pc-windows-msvc:
345
arch: x86
0 commit comments