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

ci: add MSYS2 jobs #26

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

ci: add MSYS2 jobs #26

wants to merge 3 commits into from

Conversation

umarcor
Copy link
Contributor

@umarcor umarcor commented Nov 8, 2020

Ref #5

In this PR, two MSYS2 jobs are added: MINGW32 and MINGW64.

Currently, both of them fail because the build script seems not to download the Windows binaries: https://github.com/umarcor/make-env/runs/1370466660?check_suite_focus=true#step:5:9. MINGW terminals are bash shells but do use windows binaries. Therefore, the usage of OS_TYPE in https://github.com/SymbiFlow/make-env/blob/master/os.mk falls short. IMHO, SHELL_TYPE needs to be defined too, and OS_TYPE for MINGW should be Windows. I'm not sure about the OS type for cygwin/MSYS.

@umarcor umarcor force-pushed the ci/msys2 branch 9 times, most recently from 8da49dd to 48a46f5 Compare November 8, 2020 18:26
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.

None yet

1 participant