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

Enable windows coral build #2177

Merged
merged 3 commits into from
Jan 9, 2024
Merged

Enable windows coral build #2177

merged 3 commits into from
Jan 9, 2024

Conversation

aindriu-aiven
Copy link
Contributor

@aindriu-aiven aindriu-aiven commented Jan 9, 2024

Enable windows coral build and also continue support for tools like cygwin on windows.

What kind of change does this PR introduce?

  • Bug fix
  • New feature
  • Refactor
  • Docs update
  • CI update

What is the current behavior?

Currently the make file in core builds coral, however it uses unix commands to do so which do not translate to windows machines preventing windws build users from being able to avail f the coral UI.

What is the new behavior?

Now the make file detects if it is a windows OS and if it is , it does a further check to see if it is a unix like shell if not it executes specific dos and powershell compatible command.

In all other cases it will run the existing UNIX commands.

Other information

N/A

Requirements (all must be checked before review)

  • The pull request title follows our guidelines
  • Tests for the changes have been added (if relevant)
  • The latest changes from the main branch have been pulled
  • pnpm lint has been run successfully

…ygwin on windows.

Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
Signed-off-by: Aindriu Lavelle <aindriu.lavelle@aiven.io>
Copy link
Contributor

@muralibasani muralibasani left a comment

Choose a reason for hiding this comment

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

LGTM, thx.

@aindriu-aiven aindriu-aiven merged commit c000184 into main Jan 9, 2024
15 checks passed
@aindriu-aiven aindriu-aiven deleted the coral-windows-build branch January 9, 2024 14:52
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