This commit is contained in:
Michiel Borkent 2024-06-29 23:24:09 +02:00
parent 3adefadab7
commit 1127eabf84

View file

@ -163,10 +163,11 @@ java -jar \"$jar\" --config .build/bb.edn --deps-root . release-artifact \"$refl
(run "Pull Submodules" "git submodule init\ngit submodule update") (run "Pull Submodules" "git submodule init\ngit submodule update")
{:restore_cache {:restore_cache
{:keys [cache-key]}} {:keys [cache-key]}}
(when (= "mac" platform)
(run "Install Rosetta" "sudo /usr/sbin/softwareupdate --install-rosetta --agree-to-license"))
(run "Install Clojure" "sudo script/install-clojure") (run "Install Clojure" "sudo script/install-clojure")
(when (= "mac" platform) (when (= "mac" platform)
(run "Install Leiningen" "script/install-leiningen") (run "Install Leiningen" "script/install-leiningen"))
(run "Install Rosetta" "sudo /usr/sbin/softwareupdate --install-rosetta --agree-to-license"))
(when (not= "mac" platform) (when (not= "mac" platform)
(run "Install native dev tools" (run "Install native dev tools"
(if (and static? musl? (not= "aarch64" arch)) (if (and static? musl? (not= "aarch64" arch))