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

update workflows for lib.install #5002

Merged
merged 1 commit into from
May 23, 2024
Merged

update workflows for lib.install #5002

merged 1 commit into from
May 23, 2024

Conversation

aryairani
Copy link
Contributor

@aryairani aryairani commented May 22, 2024

Overview

These two workflows used pull to install libraries, which we don't allow anymore; and a caching issue allowed them to slip through CI, but the pre-release workflow was failing unnoticed, which meant that trunk binary builds have not been updating for the past few days.

Implementation details

I switched from pull to lib.install. Separately I also updated README to show a badge for the pre-release workflow:

image

Closes #5000

Test coverage

I ran a manual pre-release workflow on this branch, which passed.
https://github.com/unisonweb/unison/actions/runs/9199316292

Loose ends

This PR fixes the workflows but doesn't fix the caching issue that allowed them to slip through CI.
https://github.com/unisonweb/unison/actions/runs/9197680977 (CI)
https://github.com/unisonweb/unison/actions/runs/9198203478 (pre-release)

@aryairani aryairani marked this pull request as ready for review May 23, 2024 00:02
@aryairani aryairani requested a review from a team as a code owner May 23, 2024 00:02
@aryairani aryairani merged commit 8a27961 into trunk May 23, 2024
31 checks passed
@aryairani aryairani deleted the ci/lib-install branch May 23, 2024 00:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

devel releases are currently broken
1 participant