Skip to content

Commit e5d9e82

Browse files
authored
Remove iohk hydra cache (#4861)
Looking htrough the build history, I can't find any builds going back 4 months or so that successfully pulled from this cache. They always retry several times, then give up with a 530 error and move on. Visiting the cache website, it also seems down as well.
1 parent 0f400ee commit e5d9e82

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
install_url: https://releases.nixos.org/nix/nix-2.30.1/install
6767
extra_nix_config: |
6868
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
69-
substituters = http://cache.nixos.org https://hydra.iohk.io
70-
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
69+
substituters = http://cache.nixos.org
70+
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
7171
7272
- name: 'Install Cachix'
7373
if: ${{ !startsWith(matrix.os, 'self') }}
@@ -110,8 +110,8 @@ jobs:
110110
install_url: https://releases.nixos.org/nix/nix-2.30.1/install
111111
extra_nix_config: |
112112
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
113-
substituters = http://cache.nixos.org https://hydra.iohk.io
114-
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
113+
substituters = http://cache.nixos.org
114+
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
115115
116116
- name: 'Install Cachix'
117117
if: ${{ !startsWith(matrix.os, 'self') }}

.github/workflows/test-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ jobs:
166166
with:
167167
install_url: https://releases.nixos.org/nix/nix-2.30.1/install
168168
extra_nix_config: |
169-
substituters = http://cache.nixos.org https://hydra.iohk.io
170-
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
169+
substituters = http://cache.nixos.org
170+
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
171171
- name: 'Install Cachix'
172172
uses: cachix/cachix-action@v14
173173
with:
@@ -202,8 +202,8 @@ jobs:
202202
with:
203203
install_url: https://releases.nixos.org/nix/nix-2.30.1/install
204204
extra_nix_config: |
205-
substituters = http://cache.nixos.org https://hydra.iohk.io
206-
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
205+
substituters = http://cache.nixos.org
206+
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
207207
- name: 'Install Cachix'
208208
if: ${{ !startsWith(matrix.os, 'self') }}
209209
uses: cachix/cachix-action@v14

.github/workflows/update-deps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ jobs:
3535
install_url: https://releases.nixos.org/nix/nix-2.30.1/install
3636
extra_nix_config: |
3737
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
38-
substituters = http://cache.nixos.org https://hydra.iohk.io
39-
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= hydra.iohk.io:f/Ea+s+dFdN+3Y/G+FDgSq+a5NEWhJGzdjvKNGv0/EQ=
38+
substituters = http://cache.nixos.org
39+
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
4040
4141
- name: 'Install Cachix'
4242
uses: cachix/cachix-action@v14

0 commit comments

Comments
 (0)