From ef6a1c69f3e3544ab1cfd8dfac28b83015417b79 Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Sat, 24 Aug 2019 19:05:33 +0200 Subject: [PATCH] Remove swig --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 19b753251..27e8e1038 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -359,7 +359,6 @@ jobs: name: Build no_output_timeout: 40m command: | - sudo apt-get -yq install swig swig2.0 make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 - run: