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

Remove PPA repo of ghc #3268

Merged
merged 1 commit into from
Apr 28, 2021
Merged

Remove PPA repo of ghc #3268

merged 1 commit into from
Apr 28, 2021

Conversation

dsame
Copy link
Contributor

@dsame dsame commented Apr 26, 2021

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

  • Related issue / work item is attached
  • Changes are tested and related VM images are successfully generated

@dsame dsame changed the title Use default ubuntu repo to install ghc Remove PPP repo of ghc Apr 26, 2021
@dsame dsame changed the title Remove PPP repo of ghc Remove PPA repo of ghc Apr 26, 2021
@AlenaSviridenko AlenaSviridenko merged commit 552da81 into actions:main Apr 28, 2021
sol added a commit to sol/actions that referenced this pull request May 10, 2021
sol added a commit to sol/actions that referenced this pull request May 10, 2021
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants