Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default python3 version from nixpkgs #2262

Merged
merged 2 commits into from
Nov 26, 2024
Merged

Use default python3 version from nixpkgs #2262

merged 2 commits into from
Nov 26, 2024

Conversation

avdv
Copy link
Member

@avdv avdv commented Nov 19, 2024

Python 3.9 is no longer available from the binary nix cache on x86_64 darwin.

I tried to upgrade nixpkgs and also upgrade the current ghc 9.4 version but had to realize that with the updated nixpkgs revision ghc 9.4.8 is not available for x86_64 darwin (and the ghc 9.4.x version (9.4.6) we are currently using is also amiss).

So this PR only uses the default python3 version from nixpkgs to avoid rebuilding python 3.9.

@avdv avdv force-pushed the nixpkgs-update branch 6 times, most recently from 59fdc02 to 982a8b5 Compare November 25, 2024 09:06
Python 3.9 is a legacy release and no longer in the binary nix caches. That means we have built it on CI, currently.
@avdv avdv changed the title Update nixpkgs and default GHC version Use default python3 version from nixpkgs Nov 25, 2024
@avdv avdv requested a review from ylecornec November 26, 2024 06:07
@avdv avdv marked this pull request as ready for review November 26, 2024 06:08
@avdv avdv added the merge-queue merge on green CI label Nov 26, 2024
@mergify mergify bot merged commit 7b4e8d4 into master Nov 26, 2024
49 checks passed
@mergify mergify bot deleted the nixpkgs-update branch November 26, 2024 11:12
@mergify mergify bot removed the merge-queue merge on green CI label Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants