-
Notifications
You must be signed in to change notification settings - Fork 10
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
ci(multiarch): improve build times #581
Conversation
In the end, these efforts haven't really helped the build time. This is just trying to add caching, but the caches are not easily preserved between runs, so nothing changes. |
The last commit should preserve the |
e2c72f9
to
c1e7717
Compare
This PR/issue depends on: |
/build_test |
Workflow started at 7/25/2024, 11:07:45 AM. View Actions Run. |
No OpenAPI schema changes detected. |
No GraphQL schema changes detected. |
CI build and push: All tests pass ✅ (JDK17) |
0181526
to
13dbfc8
Compare
oh actually, it might be nice to update the actions to versions that use node20 so there aren't so many deprecation warnings. |
looks good now |
Welcome to Cryostat! 👋
Before contributing, make sure you have:
main
branch[chore, ci, docs, feat, fix, test]
To recreate commits with GPG signature
git fetch upstream && git rebase --force --gpg-sign upstream/main
See #373
Based on #580
Description of the change:
This change allows an environment variable to be configured so that...
Motivation for the change:
This change is helpful because users may want to...
How to manually test: