Fork me on GitHub
#lsp
<
2023-09-12
>
bringe16:09:06

@ericdallo I noticed the aarch64 MacOS artifact wasn't created/uploaded for the https://github.com/clojure-lsp/clojure-lsp-dev-builds/releases/tag/2023.09.09-21.01.05-nightly. I have Calva set to download the nightly build, and it alerted me that it couldn't be downloaded. I just wanted to let you know in case there's something you want to do or look into about it. CC @pez

ericdallo18:09:43

yeah, the aarch64 mac CI is not 100% correct and some times when multiple PRs are merged close to each other, that happens

ericdallo18:09:47

LMK fix it manually

ericdallo18:09:03

Could you try again?

pez18:09:10

I think I actually been told this before. 😃 Maybe we should add a note about that to the Calva settings description, @U9A1RLFNV?

bringe18:09:47

Either there, the docs, or both would be good

bringe18:09:16

@ericdallo Seems to work now. Thanks

ericdallo19:09:36

I think it's probably better to fix the CI but I couldn't find a better way to do it yet hehe

🙃 1
Stig Brautaset18:09:32

👋 I just updated my flake inputs (`nix flake update`) and clojure-lsp fails installing via home-manager 🧵

1
Stig Brautaset18:09:18

~/src/dotfiles $ home-manager switch --flake . 
error: builder for '/nix/store/pg5l378dhzq1w2z5784wpmx1k25n7rms-clojure-lsp-DEV.drv' failed with exit code 1;
       last 10 log lines:
       > ----- Stack trace --------------------------------------------------------------
       > babashka.process/check                    - <built-in>
       > make/clj!                                 - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:54:7
       > make/clj!                                 - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:52:1
       > make/unit-test                            - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:60:3
       > make/unit-test                            - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:58:1
       > make                                      - /private/tmp/nix-build-clojure-lsp-DEV.drv-0/kdqv3yqllzz4vfln1wgr3369pppwj0yf-source/scripts/make.clj:116:49
       > clojure.core/apply                        - <built-in>
       > user-a5f2bc7d-9532-4811-beb7-c16f7fee59d2 - <expr>:35:1
       >
       For full logs, run 'nix log /nix/store/pg5l378dhzq1w2z5784wpmx1k25n7rms-clojure-lsp-DEV.drv'.
error: 1 dependencies of derivation '/nix/store/fcn55282nr2z036ns1fxfyhzb5qlwc5g-clojure-lsp-DEV.drv' failed to build
error (ignored): error: cannot unlink '/private/tmp/nix-build-emacs-unstable-29.1.drv-0/source': Directory not empty
error: 1 dependencies of derivation '/nix/store/z039yyrps6yz1fwsp9ha970im674xcq7-home-manager-applications.drv' failed to build
error: 1 dependencies of derivation '/nix/store/f51ndhv009vy611kyzajb98n3klck55q-home-manager-fonts.drv' failed to build
error: 1 dependencies of derivation '/nix/store/jmz739jlhcfhgbkr6f0zsdl07i5spjw1-home-manager-path.drv' failed to build
error: 1 dependencies of derivation '/nix/store/7dzzqvgxp67k15p9y4hx53bldq4f1v1x-home-manager-generation.drv' failed to build

ericdallo18:09:52

Could you try again? I just merged a bump on deps-locks

Stig Brautaset18:09:15

home-manager switch --flake . is taking a long time, which I take as a good sign 😄

🤞 1
Stig Brautaset19:09:28

It looks like it worked? It was taking so long I killed it and tried again with --verbose and apparently all the packages left are Emacs 29 ones.

Stig Brautaset19:09:48

Will fully confirm once this (hopefully) completes.