From 4f869a2ab8ce2ee440249698d058a5f2ee3e48d5 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Thu, 9 Sep 2021 18:30:15 -0300 Subject: [PATCH] Remove lsof --- .circleci/config.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8a0dabcf..7a04b233 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -31,10 +31,6 @@ jobs: 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: Install lsof - command: | - apt-get install lsof - run: name: Run JVM tests command: | @@ -97,10 +93,6 @@ jobs: 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 lsof - command: | - apt-get install lsof - run: name: Install native dev tools command: | @@ -184,10 +176,6 @@ jobs: 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 lsof - command: | - apt-get install lsof - run: name: Install native dev tools command: | @@ -274,10 +262,6 @@ jobs: 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 lsof - command: | - apt-get install lsof - run: name: Install native dev tools command: | @@ -364,10 +348,6 @@ jobs: 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 lsof - command: | - apt-get install lsof - run: name: Install native dev tools command: |