From e407762653310f4f525cf9d9a7ee47864c63afbc Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Thu, 9 Sep 2021 18:36:00 -0300 Subject: [PATCH] Remove "Install {Clojure,Leiningen}" steps Already included on the base image. --- .circleci/config.yml | 46 -------------------------------------------- 1 file changed, 46 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7a04b233..d0676d3c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |