Skip to content

Commit

Permalink
Fix phase ordering for native building
Browse files Browse the repository at this point in the history
  • Loading branch information
matusfaro committed Jan 2, 2024
1 parent 1ddac6b commit aae60c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,8 @@
Instead let's build both, test against Mach-O, and package up the linux executable.
-->
<!-- Delay creating as we won't be using this in ITs -->
<lambda-native.phase>install</lambda-native.phase>
<!-- TODO this should ideally be in install phase before the install plugin executes because right now this gets executed even if ITs fail and skipped if ITs are skipped -->
<lambda-native.phase>verify</lambda-native.phase>
<!-- Run this instead to use it in integration tests -->
<lambda-native-it.phase>package</lambda-native-it.phase>
<!-- Build linux executable using Docker container -->
Expand Down

0 comments on commit aae60c3

Please sign in to comment.