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

Cross platform post-install #266

Merged
merged 1 commit into from
Oct 20, 2022
Merged

Cross platform post-install #266

merged 1 commit into from
Oct 20, 2022

Conversation

volovyks
Copy link
Collaborator

@volovyks volovyks commented Oct 19, 2022

Bash approach does not work on Windows

@volovyks volovyks marked this pull request as ready for review October 19, 2022 13:58
@volovyks volovyks requested a review from ailisp as a code owner October 19, 2022 13:58
@volovyks
Copy link
Collaborator Author

@ailisp do you know what is happening with our CI? It has not started...

@ailisp
Copy link
Member

ailisp commented Oct 20, 2022

I also can't see reason why it doesn't. Can be github action scheduler's issue? Let me try close and reopen

@ailisp ailisp closed this Oct 20, 2022
@ailisp ailisp reopened this Oct 20, 2022
@ailisp
Copy link
Member

ailisp commented Oct 20, 2022

Started this time. Weird

Copy link
Member

@ailisp ailisp left a comment

Choose a reason for hiding this comment

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

Good multi platform compatibility support!

@ailisp ailisp merged commit 02cfc38 into develop Oct 20, 2022
@ailisp ailisp deleted the cross-platform-post-install branch October 20, 2022 11:22

const OS = await executeCommand("uname -s", false);
const ARCH = await executeCommand("uname -m", false);
const SUPPORTED_PLATFORMS = ["linux", "darwin"]; // Unsaported platforms: 'win32', 'aix', 'freebsd', 'openbsd', 'sunos', 'android'
Copy link
Member

@ailisp ailisp Oct 20, 2022

Choose a reason for hiding this comment

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

Oh, changes below are made for windows support, but there's still some part of the build process that doesn't support windows. Am I right?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It's just part of the effort. So Windows is not on the list just yet.

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