From commits-return-52865-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Fri Aug 17 18:57:08 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id D6DE2180627 for ; Fri, 17 Aug 2018 18:57:07 +0200 (CEST) Received: (qmail 92742 invoked by uid 500); 17 Aug 2018 16:57:07 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 92733 invoked by uid 99); 17 Aug 2018 16:57:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Aug 2018 16:57:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E339BE0181; Fri, 17 Aug 2018 16:57:06 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: clebertsuconic@apache.org To: commits@activemq.apache.org Message-Id: <4aeda9b356ff45f2bfa76da8ddb2e163@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: activemq-artemis git commit: ARTEMIS-2037 Adding 32 bits back on libaio Date: Fri, 17 Aug 2018 16:57:06 +0000 (UTC) Repository: activemq-artemis Updated Branches: refs/heads/2.6.x ace575ec6 -> 9427d0010 ARTEMIS-2037 Adding 32 bits back on libaio (cherry picked from commit 581ee5bc46ec630265fa35a05262127f0d56a74d) Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/9427d001 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/9427d001 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/9427d001 Branch: refs/heads/2.6.x Commit: 9427d0010bb2ac3ebeb989c4c93e23206e547cbc Parents: ace575e Author: Clebert Suconic Authored: Fri Aug 17 12:39:30 2018 -0400 Committer: Clebert Suconic Committed: Fri Aug 17 12:57:00 2018 -0400 ---------------------------------------------------------------------- artemis-native/bin/libartemis-native-32.so | Bin 0 -> 20114 bytes artemis-native/pom.xml | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9427d001/artemis-native/bin/libartemis-native-32.so ---------------------------------------------------------------------- diff --git a/artemis-native/bin/libartemis-native-32.so b/artemis-native/bin/libartemis-native-32.so new file mode 100755 index 0000000..2917fc3 Binary files /dev/null and b/artemis-native/bin/libartemis-native-32.so differ http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/9427d001/artemis-native/pom.xml ---------------------------------------------------------------------- diff --git a/artemis-native/pom.xml b/artemis-native/pom.xml index 793f470..6fa4d7d 100644 --- a/artemis-native/pom.xml +++ b/artemis-native/pom.xml @@ -82,6 +82,24 @@ maven-resources-plugin + copy-resources-32 + validate + + copy-resources + + + ${basedir}/target/output/lib/linux-i686/ + + + bin/ + + libartemis-native-32.so + + + + + + copy-resources-64 validate