Skip to content

Commit

Permalink
Enable 'quickBuild' mode
Browse files Browse the repository at this point in the history
Seems to improve build speed, and at least for the previous issue with
`RecordComponent` still causes test failures (as expected) if the fix
is reverted.
  • Loading branch information
Marcono1234 committed Aug 13, 2023
1 parent b0d2b46 commit 042caeb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions graal-native-image-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@
<goals>
<goal>test</goal>
</goals>
<configuration>
<quickBuild>true</quickBuild>
</configuration>
</execution>
</executions>
<dependencies>
Expand Down

0 comments on commit 042caeb

Please sign in to comment.