Skip to content

Commit 4f671ae

Browse files
committed
nix: temporary disable builds and partially populate cachix
1 parent cf5cf0d commit 4f671ae

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/nix.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@ jobs:
100100
with:
101101
name: haskell-language-server
102102
authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
103+
# smunix: temporarily disabling this to allow the builds to complete and
104+
# push binaries to caches. Will re-enable later.
103105
# - name: Build development shell
104106
# run: nix develop --print-build-logs --profile dev
105107
# - name: Build all development shell (without nix dependencies)
106108
# run: nix develop --print-build-logs .#all-simple-dev-shells --profile dev
107109
# We only build nix dev shell for current GHC version because some are
108110
# failing with different GHC version on darwin.
109-
- name: Build development shell with nix dependencies for current GHC version
110-
run: nix develop --print-build-logs .#all-nix-dev-shells --profile dev
111-
- name: Push development shell
112-
if: ${{ env.HAS_TOKEN == 'true' }}
113-
run: cachix push haskell-language-server dev
114-
# smunix: temporarily disabling this to allow the builds to complete and
115-
# push binaries to caches. Will re-enable later.
111+
# - name: Build development shell with nix dependencies for current GHC version
112+
# run: nix develop --print-build-logs .#all-nix-dev-shells --profile dev
113+
# - name: Push development shell
114+
# if: ${{ env.HAS_TOKEN == 'true' }}
115+
# run: cachix push haskell-language-server dev
116116
# - name: Build binaries
117117
# run: nix build --print-build-logs
118118
- name: Build all binaries

0 commit comments

Comments
 (0)