File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,6 @@ build_with_cache() {
121
121
ecabal configure " $@ "
122
122
ecabal build --dependencies-only " $@ " --dry-run
123
123
nonfatal sync_from
124
- ecabal build --dependencies-only " $@ " || nonfatal sync_to
125
- nonfatal sync_to
126
124
ecabal build " $@ "
127
125
nonfatal sync_to
128
126
}
Original file line number Diff line number Diff line change @@ -97,9 +97,7 @@ hls-ghc:
97
97
$(CABAL ) $(CABAL_BASE_ARGS ) configure --project-file=" $( PROJECT_FILE) " -w " ghc-$( GHC_VERSION) " $(CABAL_ARGS ) exe:haskell-language-server exe:haskell-language-server-wrapper
98
98
$(CABAL ) $(CABAL_BASE_ARGS ) build --project-file=" $( PROJECT_FILE) " -w " ghc-$( GHC_VERSION) " $(CABAL_ARGS ) --dependencies-only --dry-run exe:haskell-language-server exe:haskell-language-server-wrapper
99
99
$(call sync_from)
100
- $(CABAL ) $(CABAL_BASE_ARGS ) build --project-file=" $( PROJECT_FILE) " -w " ghc-$( GHC_VERSION) " $(CABAL_ARGS ) --dependencies-only exe:haskell-language-server exe:haskell-language-server-wrapper
101
100
$(CP ) dist-newstyle/cache/plan.json " $( ROOT_DIR) /out/plan.json/$( ARTIFACT) -ghc-$( GHC_VERSION) -plan.json"
102
- $(call sync_to)
103
101
$(CABAL_INSTALL ) --project-file=" $( PROJECT_FILE) " -w " ghc-$( GHC_VERSION) " $(CABAL_ARGS ) $(CABAL_INSTALL_ARGS ) --installdir=" $( ROOT_DIR) /out/$( ARTIFACT) /$( GHC_VERSION) " exe:haskell-language-server exe:haskell-language-server-wrapper
104
102
$(call sync_to)
105
103
$(STRIP_S ) " $( ROOT_DIR) /out/$( ARTIFACT) /$( GHC_VERSION) /haskell-language-server"
You can’t perform that action at this time.
0 commit comments