Skip to content

Commit

Permalink
ARTEMIS-1684 remove native libs before ci build to avoid aio resource…
Browse files Browse the repository at this point in the history
… constraints failing tests in error

(cherry picked from commit 65feda8)
  • Loading branch information
gtully authored and clebertsuconic committed Oct 11, 2018
1 parent bc0d6f6 commit 6b894a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,10 @@ language: java
install: true

# clean out Artemis artifacts from the cache
before_install: rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*
# whack native libs such that LibAIO is not used till we figure out the resource constraints
before_install:
- rm -rf $HOME/.m2/repository/org/apache/activemq/artemis-*
- rm artemis-native/bin/libartemis-native-*

# use 'install' so smoke-tests will work
# use '-Pextra-tests' to ensure extra-tests compiles even though they won't actually run
Expand Down

0 comments on commit 6b894a5

Please sign in to comment.