-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Remove PPA repo of ghc #3268
Merged
Merged
Remove PPA repo of ghc #3268
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dsame
requested review from
vsafonkin,
al-cheb,
maxim-lobanov,
miketimofeev and
AlenaSviridenko
and removed request for
vsafonkin
April 26, 2021 14:25
AlenaSviridenko
approved these changes
Apr 26, 2021
maxim-lobanov
approved these changes
Apr 27, 2021
miketimofeev
approved these changes
Apr 27, 2021
sol
added a commit
to sol/actions
that referenced
this pull request
May 10, 2021
This is required due to actions/runner-images#3268.
sol
added a commit
to sol/actions
that referenced
this pull request
May 10, 2021
This is required due to actions/runner-images#3268.
RyanGlScott
added a commit
to GaloisInc/argo
that referenced
this pull request
May 10, 2021
The workflow was previously relying on an Ubuntu GHC PPA being pre-added on each GitHub Actions runner, but this no longer happens after actions/runner-images#3268. Better to just use `haskell/actions/setup` to install GHC instead, which does the hard work of figuring out how to install GHC for us.
RyanGlScott
added a commit
to GaloisInc/argo
that referenced
this pull request
May 10, 2021
The workflow was previously relying on an Ubuntu GHC PPA being pre-added on each GitHub Actions runner, but this no longer happens after actions/runner-images#3268. Better to just use `haskell/actions/setup` to install GHC instead, which does the hard work of figuring out how to install GHC for us.
liskin
added a commit
to liskin/X11
that referenced
this pull request
May 14, 2021
Since actions/runner-images#3268, the GHC PPA is no longer enabled by default. :-( (It would be better to use the haskell/actions/setup action, but it insists on doing `cabal update` even if all we need is to install GHC and Stack, which adds noticeable delay: haskell/actions#29)
liskin
added a commit
to xmonad/X11
that referenced
this pull request
May 14, 2021
Since actions/runner-images#3268, the GHC PPA is no longer enabled by default. :-( (It would be better to use the haskell/actions/setup action, but it insists on doing `cabal update` even if all we need is to install GHC and Stack, which adds noticeable delay: haskell/actions#29)
liskin
added a commit
to xmonad/xmonad
that referenced
this pull request
May 14, 2021
Since actions/runner-images#3268, the GHC PPA is no longer enabled by default. :-( (It would be better to use the haskell/actions/setup action, but it insists on doing `cabal update` even if all we need is to install GHC and Stack, which adds noticeable delay: haskell/actions#29)
lisanna-dettwyler
pushed a commit
to haskell/actions
that referenced
this pull request
Jun 12, 2021
andreasabel
pushed a commit
to haskell-actions/setup
that referenced
this pull request
May 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Improvement
Remove PPA repo from the apt/sources.list
Related issue: https://github.com/actions/virtual-environments-internal/issues/2068
#2951 (comment)
Check list