Skip to content

Added installation on macos #18

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

Closed
wants to merge 1 commit into from

Conversation

yngvar-antonsson
Copy link
Collaborator

@yngvar-antonsson yngvar-antonsson commented Aug 9, 2021

Close #10

async function run_macos(): Promise<void> {
try {
core.startGroup('Installing tarantool')
await exec.exec(`brew install tarantool`)
Copy link
Member

Choose a reason for hiding this comment

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

  1. If I asked one version (say, 1.10) I may silently get another one?
  2. How about caching?

Without caching and version choosing there is no much sense in the action: I can just use brew install tarantool directly.

Don't know, whether it'll actual for you, but if you'll build tarantool from sources on Mac OS 11, you should workaround tarantool/tarantool#6076: remove src/lib/small/VERSION and disable generation of VERSION file in tarantool (see CMakeLists.txt:251).

@yngvar-antonsson yngvar-antonsson marked this pull request as draft August 10, 2021 09:45
@Totktonada
Copy link
Member

I'll close the pull request, because it is stalled for almost a year. Feel free to re-open if you want to continue to work on it.

For a while I can share how we run testing against tarantool on Mac OS as current workaround. It lacks the nice caching, but does the job.

@Totktonada Totktonada closed this Jun 22, 2022
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.

Support Mac OS
2 participants