Skip to content

Commit

Permalink
feat(objectionary#946): disable XMIR verification for phi/unphi integ…
Browse files Browse the repository at this point in the history
…ration test
  • Loading branch information
volodya-lombrozo committed Jan 15, 2025
1 parent a584dbd commit 6f75eb6
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/it/phi-unphi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,18 @@ SOFTWARE.
<groupId>org.eolang</groupId>
<artifactId>jeo-maven-plugin</artifactId>
<version>@project.version@</version>
<configuration>
<xmirVerification>true</xmirVerification>
</configuration>
<executions>
<execution>
<id>bytecode-to-xmir</id>
<phase>process-classes</phase>
<configuration>
<outputDir>${jeo.disassemble}</outputDir>
<!--
We intentionally added the xmirVerification parameter only here.
See more details here:
https://github.com/objectionary/eo/issues/3812
-->
<xmirVerification>true</xmirVerification>
</configuration>
<goals>
<goal>disassemble</goal>
Expand All @@ -82,6 +85,11 @@ SOFTWARE.
<configuration>
<sourcesDir>${jeo.unroll}</sourcesDir>
<outputDir>${jeo.assemble}</outputDir>
<!--
We intentionally don't add the xmirVerification parameter here.
See more details here:
https://github.com/objectionary/eo/issues/3812
-->
</configuration>
<goals>
<goal>assemble</goal>
Expand Down

0 comments on commit 6f75eb6

Please sign in to comment.