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: |