| 16 Sep 2025 |
Tomodachi94 (they/them) | * | 23:32:45 |
Tomodachi94 (they/them) | * | 23:33:04 |
Tomodachi94 (they/them) | Maybe we move it back to staging again? | 23:33:52 |
Tomodachi94 (they/them) | Thank you for running that massive build btw! | 23:36:09 |
emily | might be because of unfree or insecure packages being enabled? | 23:56:44 |
| 17 Sep 2025 |
msgilligan | I posted the results from aarch64-linux, Darwin is still running and may run for some time. | 00:53:51 |
Tomodachi94 (they/them) | Feel free to cancel that, something is very wrong (500 failures) | 01:14:13 |
Tomodachi94 (they/them) | I suspect the packages are trying to build using the wrong Java (the JRE that is now included with Ant) | 01:14:49 |
msgilligan | Cancelled. (It was in the middle of building swift-5.8) | 01:15:38 |
Tomodachi94 (they/them) |  Download :blobcatwithitshandsonitshead: | 01:16:30 |
Tomodachi94 (they/them) | ... apparently the Java used in builds must also be the same as the Java used to run Ant, which is annoying | 01:26:46 |
Tomodachi94 (they/them) | Maybe? Ant is weird | 01:28:32 |
msgilligan | I haven't used Ant for 15 years, but that could be true. | 01:29:13 |
Tomodachi94 (they/them) | Side note: had no idea that Swift was in the dependency graph for Ant | 01:29:58 |
msgilligan | The wrapper scripts use the following environment variables (if set):
JAVACMD—full path of the Java executable. Use this to invoke a different JVM than JAVA_HOME/bin/java(.exe).
ANT_OPTS—command-line arguments that should be passed to the JVM. For example, you can define system properties or set the maximum Java heap size here.
ANT_ARGS—Ant command-line arguments. For example, set ANT_ARGS to point to a different logger, include a listener, and to include the -find flag.
Note: If you include -find in ANT_ARGS, you should include the name of the build file to find, even if the file is called build.xml.
| 01:31:31 |
msgilligan | Looks like it defaults to JAVA_HOME unless you set JAVACMD | 01:32:37 |