Remove "Install {Clojure,Leiningen}" steps
Already included on the base image.
This commit is contained in:
parent
4f869a2ab8
commit
e407762653
1 changed files with 0 additions and 46 deletions
|
|
@ -25,12 +25,6 @@ jobs:
|
||||||
- v1-dependencies-{{ checksum "project.clj" }}-{{ checksum "deps.edn" }}
|
- v1-dependencies-{{ checksum "project.clj" }}-{{ checksum "deps.edn" }}
|
||||||
# fallback to using the latest cache if no exact match is found
|
# fallback to using the latest cache if no exact match is found
|
||||||
- v1-dependencies-
|
- 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:
|
- run:
|
||||||
name: Run JVM tests
|
name: Run JVM tests
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -87,12 +81,6 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- linux-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
|
- 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:
|
- run:
|
||||||
name: Install native dev tools
|
name: Install native dev tools
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -170,12 +158,6 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- linux-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
|
- 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:
|
- run:
|
||||||
name: Install native dev tools
|
name: Install native dev tools
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -252,16 +234,6 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- linux-aarch64-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
|
- 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:
|
- run:
|
||||||
name: Install native dev tools
|
name: Install native dev tools
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -338,16 +310,6 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- linux-aarch64-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
|
- 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:
|
- run:
|
||||||
name: Install native dev tools
|
name: Install native dev tools
|
||||||
command: |
|
command: |
|
||||||
|
|
@ -413,14 +375,6 @@ jobs:
|
||||||
- restore_cache:
|
- restore_cache:
|
||||||
keys:
|
keys:
|
||||||
- mac-{{ checksum "project.clj" }}-{{ checksum ".circleci/config.yml" }}
|
- 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:
|
- run:
|
||||||
name: Download GraalVM
|
name: Download GraalVM
|
||||||
command: |
|
command: |
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue