Skip to content

Commit

Permalink
Disable optaplanner and neo4j from native builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Apr 4, 2023
1 parent 2ddeb87 commit fe33959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/generate-native-matrix.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /bin/bash

IFS=$'\n'
modules=($(grep -LR --include=pom.xml '<packaging>pom</packaging>' */ | xargs dirname | sort))
modules=($(grep -LR --include=pom.xml '<packaging>pom</packaging>' */ | xargs dirname | grep -v neo4j | grep -v optaplanner | sort))
count=${#modules[@]}
partition=$(expr $count / 4 + 1)

Expand Down

0 comments on commit fe33959

Please sign in to comment.