-
Notifications
You must be signed in to change notification settings - Fork 12
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: add tarantool 3.0 CI #675
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
HI! Thank you for the patch. Generally OK, see several comments bellow.
I also suggest changing the title to : "ci: add tarantool 3.0".
- name: Install Tarantool from repo | ||
if: | | ||
inputs.skip-tarantool-install == 'false' && | ||
startsWith(inputs.tarantool-version, '3.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have two questions/suggestions:
- Do I understand correctly that in case of 3.0 the latest 3.0 release (alpha, beta or ...) will be installed?
- I suggest adding a comment that
curl ...
is a temporary trick until we can't use thesetup-tarantool
action, and it will be replaced in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Answered in the comment in the action code.
If cmake install prefix directory does not exist, use the default install path, which is `/usr`.
8b234de
to
500d4ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
No description provided.