Skip to content

Commit

Permalink
ARTEMIS-2037 Adding 32 bits back on libaio
Browse files Browse the repository at this point in the history
(cherry picked from commit 581ee5b)
  • Loading branch information
clebertsuconic committed Aug 17, 2018
1 parent ace575e commit 9427d00
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Binary file added artemis-native/bin/libartemis-native-32.so
Binary file not shown.
18 changes: 18 additions & 0 deletions artemis-native/pom.xml
Expand Up @@ -81,6 +81,24 @@
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<executions>
<execution>
<id>copy-resources-32</id>
<phase>validate</phase>
<goals>
<goal>copy-resources</goal>
</goals>
<configuration>
<outputDirectory>${basedir}/target/output/lib/linux-i686/</outputDirectory>
<resources>
<resource>
<directory>bin/</directory>
<includes>
<include>libartemis-native-32.so</include>
</includes>
</resource>
</resources>
</configuration>
</execution>
<execution>
<id>copy-resources-64</id>
<phase>validate</phase>
Expand Down

0 comments on commit 9427d00

Please sign in to comment.