summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2019-03-27 16:21:47 +0430
committerGitHub <noreply@github.com>2019-03-27 16:21:47 +0430
commit08e36c5d8be22b3a7e31f33af9452372dafeacc0 (patch)
treeb7df059cea871fe31e25e498493a833c1016817e
parentec2a5dc859b03ceb92518aa992e4e9c053b30534 (diff)
[ci] Don't install ragel on cmake build bot images
It is not needed anyway
-rw-r--r--.circleci/config.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 8aa91b21..364766ae 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