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

chore(ci): Use dedicated action to install specified elvish version #5870

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tw4452852
Copy link
Contributor

No description provided.

@tw4452852 tw4452852 changed the title chore(ci): Use dedicated action to install latest elvish chore(ci): Use dedicated action to install specified elvish version Jan 7, 2025
Comment on lines +95 to 98
- uses: elves/setup-elvish@v1
with:
elvish-version: 0.21.0
- name: Install shells
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of concerns

  • Dealing with the spread of versions of elvish that contributors will be using
  • Updating elvish-version

(copied from #5869)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The point of this change is that we could install the exact version we specify instead of depending on the system package manager (currently the version apt install on the CI is 0.17 which is very old).

The next question is which version we guarantee the compability?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a good idea on what version should be our minimal (or even how to handle multiple incompatible versions). Leaving it to the distribution sets a low water mark that gets automatically updated.

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.

2 participants