-
Notifications
You must be signed in to change notification settings - Fork 237
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
Unable to cross-compile secp256k1 #1402
Comments
- Workaround haskell.nix issue (input-output-hk/haskell.nix#1402) by using an earlier version of haskell.nix.
- Workaround haskell.nix issue (input-output-hk/haskell.nix#1402) by using an earlier version of haskell.nix.
- Workaround haskell.nix issue (input-output-hk/haskell.nix#1402) by using an earlier version of haskell.nix.
- Workaround haskell.nix issue (input-output-hk/haskell.nix#1402) by using an earlier version of haskell.nix.
Closing since cardano-foundation/cardano-wallet#3173 is closed. |
Sorry @hamishmack, cardano-foundation/cardano-wallet#3173 is only closed because I put an extremely temporary fix in place: https://github.com/input-output-hk/cardano-wallet/blob/master/flake.nix#L40 We are still affected by this issue. |
Please try updating to latest Haskell.nix master as #1405 should have fixed it properly. |
Trying now, will close if so 👍 Thanks! |
Yep, that fixed it. Thanks :) |
- Haskell.nix issue 1402 (input-output-hk/haskell.nix#1402) has been fixed. - We can now update haskell.nix to the latest version.
3203: Update haskell.nix version now that we can cross-compile secp256k1 r=sevanspowell a=sevanspowell - Haskell.nix issue 1402 (input-output-hk/haskell.nix#1402) has been fixed, allowing us to cross-compile. - Therefore update haskell.nix to the latest version, removing workaround. Co-authored-by: Samuel Evans-Powell <mail@sevanspowell.net>
3203: Update haskell.nix version now that we can cross-compile secp256k1 r=jonathanknowles a=sevanspowell - Haskell.nix issue 1402 (input-output-hk/haskell.nix#1402) has been fixed, allowing us to cross-compile. - Therefore update haskell.nix to the latest version, removing workaround. 3208: GitHub Actions: Upgrade to windows-2022 r=jonathanknowles a=sevanspowell ### Comments I've noticed that the GitHub Actions Windows tests seem to be cancelled before they properly start. I believe this might be due to the impending deprecation of windows-2016 environments. I'm going to try the following to see if it fixes the issue: - The GitHub Actions "windows-2016" environment is soon to be deprecated, upgrade to windows-2022. - See actions/runner-images#5238. ### Issue Number ADP-1587 Co-authored-by: Samuel Evans-Powell <mail@sevanspowell.net>
See cardano-foundation/cardano-wallet#3173 for more information and a reproduction case.
The text was updated successfully, but these errors were encountered: