From e720e6084af681a6ef98616bb838ce13915d5d79 Mon Sep 17 00:00:00 2001 From: melvinzhang Date: Wed, 28 Feb 2018 11:46:43 +0800 Subject: [PATCH] include 32bit support to run windres used by launch4j, for #1489 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce8a742204..e56ad54487 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -6,7 +6,7 @@ jobs: docker: - image: openjdk:8 steps: - - run: apt-get update && apt-get install -y make ant + - run: dpkg --add-architecture i386 && apt-get update && apt-get install -y make ant libstdc++6:i386 libgcc1:i386 zlib1g:i386 libncurses5:i386 - checkout - run: command: make circleci