From 08e36c5d8be22b3a7e31f33af9452372dafeacc0 Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 27 Mar 2019 16:21:47 +0430 Subject: [PATCH 1/2] [ci] Don't install ragel on cmake build bot images It is not needed anyway --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8aa91b21a..364766ae4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -271,7 +271,6 @@ jobs: - image: dockcross/android-arm steps: - checkout - - run: apt update && apt install ragel - run: cmake -Bbuild -H. -GNinja - run: ninja -Cbuild @@ -280,7 +279,6 @@ jobs: - image: dockcross/browser-asmjs steps: - checkout - - run: apt update && apt install ragel - run: cmake -Bbuild -H. -GNinja - run: ninja -Cbuild @@ -289,7 +287,6 @@ jobs: - image: dockcross/linux-arm64 steps: - checkout - - run: apt update && apt install ragel - run: cmake -Bbuild -H. -GNinja - run: ninja -Cbuild @@ -298,7 +295,6 @@ jobs: - image: dockcross/linux-mips steps: - checkout - - run: apt update && apt install ragel - run: cmake -Bbuild -H. -GNinja - run: ninja -Cbuild @@ -307,7 +303,6 @@ jobs: # - image: dockcross/windows-x64 # steps: # - checkout - # - run: apt update && apt install ragel # - run: cmake -Bbuild -H. -GNinja # - run: ninja -Cbuild From 717181c5943c13a682c719dce10bfc3d9cc47e6b Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 27 Mar 2019 16:38:39 +0430 Subject: [PATCH 2/2] [ci] remove ragel from psvita compile bot --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 364766ae4..54385bba2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -261,7 +261,6 @@ jobs: - image: dockcross/base steps: - checkout - - run: apt update && apt install ragel - run: git clone https://github.com/vitasdk/vdpm && cd vdpm && ./bootstrap-vitasdk.sh - run: ./autogen.sh --prefix=/usr/local/vitasdk/arm-vita-eabi --host=arm-vita-eabi - run: make -j32