Remove "Install {Clojure,Leiningen}" steps

Already included on the base image.
This commit is contained in:
Thiago Kenji Okada 2021-09-09 18:36:00 -03:00
parent 4f869a2ab8
commit e407762653

View file

@ -25,12 +25,6 @@ jobs:
- v1-dependencies-{{ checksum "project.clj" }}-{{ checksum "deps.edn" }}
# fallback to using the latest cache if no exact match is found
- v1-dependencies-
- run:
name: Install Clojure
command: |
wget -nc https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh
- run:
name: Run JVM tests
command: |
@ -87,12 +81,6 @@ jobs:
- restore_cache:
keys:
- linux-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
- run:
name: Install Clojure
command: |
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh
- run:
name: Install native dev tools
command: |
@ -170,12 +158,6 @@ jobs:
- restore_cache:
keys:
- linux-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
- run:
name: Install Clojure
command: |
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh
- run:
name: Install native dev tools
command: |
@ -252,16 +234,6 @@ jobs:
- restore_cache:
keys:
- linux-aarch64-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
- run:
name: Install Leiningen
command: |
script/install-leiningen
- run:
name: Install Clojure
command: |
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh
- run:
name: Install native dev tools
command: |
@ -338,16 +310,6 @@ jobs:
- restore_cache:
keys:
- linux-aarch64-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
- run:
name: Install Leiningen
command: |
script/install-leiningen
- run:
name: Install Clojure
command: |
wget https://download.clojure.org/install/linux-install-1.10.1.447.sh
chmod +x linux-install-1.10.1.447.sh
./linux-install-1.10.1.447.sh
- run:
name: Install native dev tools
command: |
@ -413,14 +375,6 @@ jobs:
- restore_cache:
keys:
- mac-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
- run:
name: Install Clojure
command: |
script/install-clojure /usr/local
- run:
name: Install Leiningen
command: |
script/install-leiningen
- run:
name: Download GraalVM
command: |