You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue #3932 highlighted if an external dependency required to build Temurin (eg.ALSA) is down, then Temurin cannot be built.
We should have some reliable "cache" for all required dependencies, both 3rd party libraries and "services" (eg.GPG keyservers), this serves two purposes:
Temurin can still be built when a 3rd party outage occurs
Old releases can be built from the same original dependencies
We should perform a review and isolation test to ensure we have the necessary "caches".
The text was updated successfully, but these errors were encountered:
Issue #3932 highlighted if an external dependency required to build Temurin (eg.ALSA) is down, then Temurin cannot be built.
We should have some reliable "cache" for all required dependencies, both 3rd party libraries and "services" (eg.GPG keyservers), this serves two purposes:
We should perform a review and isolation test to ensure we have the necessary "caches".
The text was updated successfully, but these errors were encountered: