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

Fix CI #541

Merged
merged 1 commit into from
Oct 25, 2023
Merged

Fix CI #541

merged 1 commit into from
Oct 25, 2023

Conversation

Bodigrim
Copy link
Contributor

In response to CI failures at #536:

  • There is no stack-2.11 for i386, thus explicitly asking ghcup not install any.
  • GHC 9.4.7 seems off on CentOS. Not our problem, let's stick to 9.2 series.

* There is no stack-2.11 for i386, thus explicitly asking ghcup not install any.
* GHC 9.4.7 seems off on CentOS. Not our problem, let's stick to 9.2 series.
@Bodigrim Bodigrim requested a review from Lysxia October 22, 2023 18:14
@Lysxia Lysxia merged commit a6c26e8 into haskell:master Oct 25, 2023
27 checks passed
clyring added a commit to clyring/bytestring that referenced this pull request Nov 16, 2023
The windows jobs were subtly broken by haskell#613, which caused
the build products to live in bytestring-*/dist-newstyle
instead of dist-newstyle.  This didn't appear to break
immediately because we restored cached stuff in dist-newstyle
including stale executables.  It wasn't until a week of
inactivity caused our cache to expire that the breakage
became appropriately obvious.

I don't really understand what went wrong with the centos job;
I just borrowed the workaround from haskell/text#541.
Bodigrim pushed a commit to haskell/bytestring that referenced this pull request Nov 16, 2023
The windows jobs were subtly broken by #613, which caused
the build products to live in bytestring-*/dist-newstyle
instead of dist-newstyle.  This didn't appear to break
immediately because we restored cached stuff in dist-newstyle
including stale executables.  It wasn't until a week of
inactivity caused our cache to expire that the breakage
became appropriately obvious.

I don't really understand what went wrong with the centos job;
I just borrowed the workaround from haskell/text#541.
clyring added a commit to haskell/bytestring that referenced this pull request Jan 30, 2024
The windows jobs were subtly broken by #613, which caused
the build products to live in bytestring-*/dist-newstyle
instead of dist-newstyle.  This didn't appear to break
immediately because we restored cached stuff in dist-newstyle
including stale executables.  It wasn't until a week of
inactivity caused our cache to expire that the breakage
became appropriately obvious.

I don't really understand what went wrong with the centos job;
I just borrowed the workaround from haskell/text#541.

(cherry picked from commit bf5f5da)
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