Skip to content

Commit cf5cf0d

Browse files
committed
nix: temporary disable "build binaries" from the work flow
1 parent 95a9b7e commit cf5cf0d

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/nix.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,21 @@ jobs:
100100
with:
101101
name: haskell-language-server
102102
authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
103-
- name: Build development shell
104-
run: nix develop --print-build-logs --profile dev
105-
- name: Build all development shell (without nix dependencies)
106-
run: nix develop --print-build-logs .#all-simple-dev-shells --profile dev
103+
# - name: Build development shell
104+
# run: nix develop --print-build-logs --profile dev
105+
# - name: Build all development shell (without nix dependencies)
106+
# run: nix develop --print-build-logs .#all-simple-dev-shells --profile dev
107107
# We only build nix dev shell for current GHC version because some are
108108
# failing with different GHC version on darwin.
109109
- name: Build development shell with nix dependencies for current GHC version
110110
run: nix develop --print-build-logs .#all-nix-dev-shells --profile dev
111111
- name: Push development shell
112112
if: ${{ env.HAS_TOKEN == 'true' }}
113113
run: cachix push haskell-language-server dev
114-
- name: Build binaries
115-
run: nix build --print-build-logs
114+
# smunix: temporarily disabling this to allow the builds to complete and
115+
# push binaries to caches. Will re-enable later.
116+
# - name: Build binaries
117+
# run: nix build --print-build-logs
116118
- name: Build all binaries
117119
run: nix build --print-build-logs .#all-haskell-language-server
118120
- name: Push binaries

0 commit comments

Comments
 (0)