-
Notifications
You must be signed in to change notification settings - Fork 247
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies * ci(fix): use tonistiigi/binfmt:qemu-v8.1.5 image for qemu * fix(test): implement retry for test_container_removed The test is flaky on some platforms. Implement retry rather than just skip. --------- Co-authored-by: cibuildwheel-bot[bot] <83877280+cibuildwheel-bot[bot]@users.noreply.github.com> Co-authored-by: mayeut <[email protected]>
- Loading branch information
1 parent
3f123af
commit 318a963
Showing
13 changed files
with
84 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
url = "https://nodejs.org/dist/" | ||
v22 = "v22.13.0" | ||
v20 = "v20.18.1" | ||
v22 = "v22.13.1" | ||
v20 = "v20.18.2" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,64 @@ | ||
[x86_64] | ||
manylinux1 = quay.io/pypa/manylinux1_x86_64:2024-04-29-76807b8 | ||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 | ||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.01.19-2 | ||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.01.24-1 | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.01.19-2 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.01.19-2 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.01.24-1 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.01.24-1 | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_x86_64:2024.10.26-1 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.01.19-2 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_x86_64:2025.01.24-1 | ||
|
||
[i686] | ||
manylinux1 = quay.io/pypa/manylinux1_i686:2024-04-29-76807b8 | ||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 | ||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.01.19-2 | ||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.01.24-1 | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_i686:2024.10.26-1 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.01.19-2 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_i686:2025.01.24-1 | ||
|
||
[pypy_x86_64] | ||
manylinux2010 = quay.io/pypa/manylinux2010_x86_64:2022-08-05-4535177 | ||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.01.19-2 | ||
manylinux2014 = quay.io/pypa/manylinux2014_x86_64:2025.01.24-1 | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_x86_64:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.01.19-2 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.01.19-2 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_x86_64:2025.01.24-1 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_x86_64:2025.01.24-1 | ||
|
||
[pypy_i686] | ||
manylinux2010 = quay.io/pypa/manylinux2010_i686:2022-08-05-4535177 | ||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.01.19-2 | ||
manylinux2014 = quay.io/pypa/manylinux2014_i686:2025.01.24-1 | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_i686:2022-12-26-0d38463 | ||
|
||
[aarch64] | ||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.01.19-2 | ||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.01.24-1 | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.01.19-2 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.01.19-2 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.01.24-1 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.01.24-1 | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_aarch64:2024.10.26-1 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.01.19-2 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_aarch64:2025.01.24-1 | ||
|
||
[ppc64le] | ||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.01.19-2 | ||
manylinux2014 = quay.io/pypa/manylinux2014_ppc64le:2025.01.24-1 | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_ppc64le:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.01.19-2 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.01.19-2 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_ppc64le:2025.01.24-1 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_ppc64le:2025.01.24-1 | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_ppc64le:2024.10.26-1 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.01.19-2 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_ppc64le:2025.01.24-1 | ||
|
||
[s390x] | ||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.01.19-2 | ||
manylinux2014 = quay.io/pypa/manylinux2014_s390x:2025.01.24-1 | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_s390x:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.01.19-2 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.01.19-2 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_s390x:2025.01.24-1 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_s390x:2025.01.24-1 | ||
musllinux_1_1 = quay.io/pypa/musllinux_1_1_s390x:2024.10.26-1 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.01.19-2 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_s390x:2025.01.24-1 | ||
|
||
[pypy_aarch64] | ||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.01.19-2 | ||
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2025.01.24-1 | ||
manylinux_2_24 = quay.io/pypa/manylinux_2_24_aarch64:2022-12-26-0d38463 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.01.19-2 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.01.19-2 | ||
manylinux_2_28 = quay.io/pypa/manylinux_2_28_aarch64:2025.01.24-1 | ||
manylinux_2_34 = quay.io/pypa/manylinux_2_34_aarch64:2025.01.24-1 | ||
|
||
[armv7l] | ||
manylinux_2_31 = ghcr.io/mayeut/manylinux_2_31:2025.01.19-1 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.01.19-2 | ||
manylinux_2_31 = ghcr.io/mayeut/manylinux_2_31:2025.01.25-1 | ||
musllinux_1_2 = quay.io/pypa/musllinux_1_2_armv7l:2025.01.24-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters