This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-20
Channels
- # announcements (1)
- # beginners (65)
- # calva (16)
- # cider (44)
- # clara (16)
- # clojure (84)
- # clojure-dev (48)
- # clojure-europe (5)
- # clojure-finland (4)
- # clojure-houston (1)
- # clojure-italy (19)
- # clojure-nl (27)
- # clojure-russia (6)
- # clojure-spec (37)
- # clojure-uk (123)
- # clojured (11)
- # clojurescript (21)
- # datomic (40)
- # duct (4)
- # emacs (6)
- # figwheel (4)
- # figwheel-main (5)
- # fulcro (34)
- # jackdaw (8)
- # juxt (117)
- # kaocha (3)
- # klipse (1)
- # leiningen (33)
- # luminus (2)
- # nyc (3)
- # off-topic (29)
- # om (1)
- # pedestal (7)
- # planck (4)
- # re-frame (27)
- # reagent (8)
- # reitit (5)
- # rum (2)
- # shadow-cljs (428)
- # spacemacs (5)
- # tools-deps (15)
- # yada (6)
Does anyone know how to change the local maven repo folder when running clj
so that jars are downloaded and searched for in a different folder than ~/.m2
Thanks @alexmiller that works. Sadly enough it seems not possible to put this option in the :aliases
. My problem is that I want the maven repo to be local to my source code when I run unit tests on my CI server. While when developing locally I want to just use the default ~/.m2
. Are there plans to allow the key also in the :aliases
? Or maybe I should revert to tricks like rewriting the deps.edn
file on the CI server prior to running tests etc (ugh)
you can use -Sdeps '{:mvn/local-repo "whatever"}'
just on CI
My friend got this error when using brew on his mac, I don't use mac, so don't really understand why gcc is related to clojure at all?
Error: An exception occurred within a child process:
CompilerSelectionError: clojure cannot be built with any available compilers.
Install GNU's GCC
seems bad
brew doctor
is the generic "why is brew broken?"
brew install clojure
should not require anything to be compiled
brew update
updates brew itself
I never understood how xtools is exactly involved, I guess to allow brew to compile stuff
yeah, but, unless it compiles rlwrap from source, I have no idea what it would be building.
Me neither