Skip to content

Commit

Permalink
* Fixed dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
katherine-hough committed Nov 26, 2023
1 parent 6919edd commit 4012146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
<artifactId>phosphor-driver</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>edu.gmu.swe.phosphor</groupId>
<artifactId>phosphor-jigsaw-javaagent</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/runDacapo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cd "$BUILD_DIR"

if [ ! -d "$INST_DACAPO_DIR" ]; then
echo "Creating data flow instrumented dacapo"
java -Xmx6g -jar "$DRIVER_JAR" -q -forceUnboxAcmpEq -withEnumsByValue "$DACAPO_DIR" "$INST_DACAPO_DIR"
java -Xmx8g -jar "$DRIVER_JAR" -forceUnboxAcmpEq -withEnumsByValue "$DACAPO_DIR" "$INST_DACAPO_DIR"
else
echo "Not regenerating data flow instrumented dacapo"
fi
Expand Down

0 comments on commit 4012146

Please sign in to comment.