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

Integrate Launchable into mingw #11043

Merged
merged 2 commits into from
Jun 24, 2024
Merged

Integrate Launchable into mingw #11043

merged 2 commits into from
Jun 24, 2024

Conversation

ono-max
Copy link
Contributor

@ono-max ono-max commented Jun 22, 2024

Recently, Launchable has been used for analyzing flaky tests. Kokubun-san asked me to integrate Launchable into mingw for analyzing flay tests in mingw, so I've created this PR to address it.

Examples for using Launchable:

#11025
#10749

@ono-max ono-max changed the title WIP: Add Launchable into mingw WIP: Integrate Launchable into mingw Jun 22, 2024
@ono-max ono-max force-pushed the support-mingw branch 3 times, most recently from 55dea43 to 3dc17ae Compare June 22, 2024 14:09
@ono-max ono-max changed the title WIP: Integrate Launchable into mingw Integrate Launchable into mingw Jun 22, 2024
@ono-max ono-max marked this pull request as ready for review June 22, 2024 14:47
@@ -88,8 +88,7 @@ runs:
working-directory: ${{ inputs.srcdir }}
run: |
set -x
PATH=$PATH:$(python -msite --user-base)/bin
echo "PATH=$PATH" >> $GITHUB_ENV
echo "$(python -msite --user-base)/bin" >> $GITHUB_PATH
Copy link
Contributor Author

Choose a reason for hiding this comment

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

To prevent this step from replacing all backslashes with forward slashes, $GITHUB_PATH is used. Based on my investigation, it seems to be that all paths are expressed as Unix path style when referring them in Bash.

https://github.com/ruby/ruby/actions/runs/9626581444/job/26576319914?pr=11043#step:10:271

@hsbt hsbt merged commit afd42e4 into ruby:master Jun 24, 2024
106 checks passed
@ono-max ono-max deleted the support-mingw branch June 24, 2024 08:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants