Community
Participate
Working Groups
In some cases issues arise when verifying checksums on eclipse.org downloads. This has to do with how projects upload their binaries to the download servers and how download servers cache checksums without a way to invalidate them. When such problems arise, -Dignore.checksum.issues=true can be added to build invocation to turn checksum validation failure into a warning. We need to also be able to set this via SAPPHIRE_IGNORE_CHECKSUM_ISSUES environment variable.
Implemented.
Used the -Dignore.checksum.issues=true last month as needed, so verified that switch indeed works.