Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Temurin build resilience to dependency outages #3936

Open
andrew-m-leonard opened this issue Sep 5, 2024 · 0 comments
Open

Temurin build resilience to dependency outages #3936

andrew-m-leonard opened this issue Sep 5, 2024 · 0 comments
Labels
testing Issues that enhance or fix our test suites

Comments

@andrew-m-leonard
Copy link
Contributor

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".

@github-actions github-actions bot added the testing Issues that enhance or fix our test suites label Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Issues that enhance or fix our test suites
Projects
Status: Todo
Status: Todo
Development

No branches or pull requests

1 participant