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

On newer-lts branch: switch Windows to 64-bit builds #5188

Closed
wants to merge 1 commit into from

Conversation

snoyberg
Copy link
Contributor

It looks to me like there may be a bug in 32-bit GHC 8.6.5 on Windows. I've been seeing:

pantry                > ghc.exe:  | D:\a\1\s\.stack-root\snapshots\d08f6e4c\lib\i386-windows-ghc-8.6.5\persistent-sqlite-2.9.3-HO1GqQrWtVL3PHyDCYo1QZ\HSpersistent-sqlite-2.9.3-HO1GqQrWtVL3PHyDCYo1QZ.o: unknown symbol `___udivmoddi4'

@@ -43,7 +43,7 @@ jobs:
- powershell: |
$env:STACK_ROOT = "$(Build.SourcesDirectory)\.stack-root"
$env:PATH += ";$env:HOME\.local\bin"
stack etc/scripts/release.hs --arch=i386 build
stack etc/scripts/release.hs --arch=x86_64 build
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This MR looks like it has the same issue as #5189 -- builds 64-bit release twice.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's actually better to simply close this PR in favor of #5189.

@snoyberg snoyberg closed this Feb 21, 2020
@snoyberg snoyberg deleted the newer-lts-64bit-windows branch March 5, 2020 20:38
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