Skip to content

Commit

Permalink
Try switching to official docker images
Browse files Browse the repository at this point in the history
phadej's images use hvr's ppa, which stops at ghc 9.0
  • Loading branch information
fgaz committed Feb 2, 2022
1 parent 3ea1bdf commit a0bf449
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:9.2.1-bionic
image: _/haskell:9.2.1
steps:
- name: System info
run: |
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:9.0.2-bionic
image: _/haskell:9.0.2
steps:
- name: System info
run: |
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:8.10.7-bionic
image: _/haskell:8.10.7
steps:
- name: System info
run: |
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
name: validate.sh ghc-8.8.4
runs-on: ubuntu-18.04
container:
image: phadej/ghc:8.8.4-bionic
image: _/haskell:8.8.4
steps:
- name: System info
run: |
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:8.6.5-bionic
image: _/haskell:8.6.5
steps:
- name: System info
run: |
Expand Down Expand Up @@ -269,7 +269,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:8.4.4-bionic
image: _/haskell:8.4.4
steps:
- name: System info
run: |
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:8.2.2-bionic
image: _/haskell:8.2.2
steps:
- name: System info
run: |
Expand Down Expand Up @@ -369,7 +369,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:8.0.2-bionic
image: _/haskell:8.0.2
steps:
- name: System info
run: |
Expand Down Expand Up @@ -411,7 +411,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:7.10.3-bionic
image: _/haskell:7.10.3
steps:
- name: System info
run: |
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:7.8.4-bionic
image: _/haskell:7.8.4
steps:
- name: System info
run: |
Expand Down Expand Up @@ -495,7 +495,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:7.6.3-xenial
image: _/haskell:7.6.3
steps:
- name: System info
run: |
Expand Down Expand Up @@ -541,7 +541,7 @@ jobs:
runs-on: ubuntu-18.04
needs: validate-8_8_4
container:
image: phadej/ghc:8.8.4-xenial
image: _/haskell:8.8.4
steps:
- name: System info
run: |
Expand Down
2 changes: 1 addition & 1 deletion templates/ci-linux.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: validate-{{ mangleVersion needs }}
{% endfor %}
container:
image: phadej/ghc:{{job.version}}-{% if job.xenial %}xenial{% else %}bionic{% endif %}
image: _/haskell:{{job.version}}
steps:
- name: System info
run: |
Expand Down

0 comments on commit a0bf449

Please sign in to comment.