Switch stable artiq to python3.12 to fix the packaging issues #26

Closed
esavkin wants to merge 1 commits from esavkin/artiq-extrapkg:switch-to-python312 into release-8
Member

Doesn't address the cacert issue for folks with injected system certificate though. UPD. I checked with one of the antivirus that I know injects its own certificates to monitor the traffic, and appears that actually AFWS is working fine with it, while curl from msys is getting blocked.

Doesn't address the cacert issue for folks with injected system certificate though. UPD. I checked with one of the antivirus that I know injects its own certificates to monitor the traffic, and appears that actually AFWS is working fine with it, while curl from msys is getting blocked.
esavkin added 1 commit 2024-11-13 16:39:26 +08:00
Owner

As I told you countless times, commits need to be split by function. Pay attention to how I had done the same thing on the master branch.

As I told you countless times, commits need to be split by function. Pay attention to how I had done the same thing on the master branch.
sb10q reviewed 2024-11-16 15:18:38 +08:00
@ -283,3 +283,3 @@
''
# conflicts with linien-client
rm -rf $out/lib/python3.11/site-packages/linien/__pycache__
rm -rf $out/lib/python3.12/site-packages/linien/__pycache__
Owner

This is for nix not msys2, no?

This is for nix not msys2, no?
sb10q reviewed 2024-11-16 15:20:01 +08:00
@ -1,3 +1,3 @@
mingw-w64-clang-x86_64-python3.11
mingw-w64-clang-x86_64-python3
Owner

mingw-w64-clang-x86_64-python3 here
mingw-w64-clang-x86_64-python just above
Sloppy as usual.

``mingw-w64-clang-x86_64-python3`` here ``mingw-w64-clang-x86_64-python`` just above Sloppy as usual.
Owner

Re-done.

Re-done.
sb10q closed this pull request 2024-11-16 15:20:36 +08:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/artiq-extrapkg#26
No description provided.