Skip to content

Commit

Permalink
Disable native build of sql-db/panache-flyway
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmrcka committed Jan 21, 2023
1 parent bc6d0cd commit 16687bf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sql-db/panache-flyway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@
</dependency>
</dependencies>
<profiles>
<profile>
<!-- Disable native build on this module -->
<!-- TODO: https://github.com/quarkusio/quarkus/issues/30515 -->
<id>native</id>
<activation>
<property>
<name>native</name>
</property>
</activation>
<properties>
<!-- To not build the module on Native -->
<quarkus.package.type>fast-jar</quarkus.package.type>
</properties>
</profile>
<!-- Skipped on Windows as does not support Linux Containers / Testcontainers -->
<profile>
<id>skip-tests-on-windows</id>
Expand Down

0 comments on commit 16687bf

Please sign in to comment.