Skip to content
Snippets Groups Projects
Commit 9a037d00 authored by david_williams's avatar david_williams
Browse files

sign4x builds, after all, for better comparator tests

parent d9413651
No related branches found
No related tags found
No related merge requests found
...@@ -862,14 +862,17 @@ ...@@ -862,14 +862,17 @@
since we are not building anything for distribution in this job, since we are not building anything for distribution in this job,
we are testing compilation only, we are testing compilation only,
we can skip signing and normalization. we can skip signing and normalization.
--> But, that throughs off comparator test (makes all look "different" since
differs by 3 files. Makes it hard to see if there are others differences.
So, we'll sign, for now.
<property <property
name="SKIP_JAR_SIGNING" name="SKIP_JAR_SIGNING"
value="true"/> value="true"/>
<property <property
name="normalizeJarFiles" name="normalizeJarFiles"
value="false"/> value="false"/>
-->
</ant> </ant>
</schedule> </schedule>
</project> </project>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment