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: test wasm on windows #1796

Closed
wants to merge 49 commits into from
Closed

CI: test wasm on windows #1796

wants to merge 49 commits into from

Conversation

hhugo
Copy link
Member

@hhugo hhugo commented Jan 11, 2025

fix #1797

@hhugo hhugo changed the title Wasm win CI: test wasm on windows Jan 11, 2025
@hhugo
Copy link
Member Author

hhugo commented Jan 14, 2025

@vouillon, I've shortened some names and tests now pass locally.

@hhugo
Copy link
Member Author

hhugo commented Jan 14, 2025

The CI is now happy.

@hhugo hhugo added the wasm label Jan 14, 2025
@hhugo
Copy link
Member Author

hhugo commented Jan 16, 2025

Replaced by #1799 so we can avoid all renamings

@hhugo hhugo closed this Jan 16, 2025
@@ -48,7 +53,7 @@ jobs:

steps:
- name: Set git to use LF
if: ${{ matrix.os == 'windows-latest' && matrix.ocaml-compiler < 5.2 }}
if: ${{ matrix.os == 'windows-latest' }}
Copy link
Member Author

Choose a reason for hiding this comment

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

I'd like to have the tests pass in presence of CRLF

- os: windows-latest
ocaml-compiler: "5.2"
separate_compilation: true
jane_street_tests: true
Copy link
Member Author

Choose a reason for hiding this comment

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

@vouillon, jane_street_tests currently doesn't change whether we perform more and less tests. Is that expected ?

@hhugo hhugo deleted the wasm-win branch January 17, 2025 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make sure wasmoo works on windows and update the CI
2 participants