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

Windows CI for crytic-compile #249

Merged
merged 10 commits into from
Apr 4, 2022
Merged

Windows CI for crytic-compile #249

merged 10 commits into from
Apr 4, 2022

Conversation

elopez
Copy link
Member

@elopez elopez commented Mar 22, 2022

This PR introduces Windows runs to the crytic-compile workflows. Some of the runs may fail until #248 is merged.

This PR also fixes the 'solc' test, which has been silently broken for a while.

It is currently broken, and tries to pull a repository via git://
which GH Actions now blocks.
We will need it to run CI on Windows
If autocrlf is enabled on Windows, it will rewrite solc code with
CRLF file endings and break tests that depend on byte offsets in
the code files.
This also extracts Node setup from individual scripts into the workflow,
to support running on Windows.
@elopez elopez marked this pull request as ready for review March 22, 2022 18:07
@elopez elopez mentioned this pull request Mar 22, 2022
@montyly
Copy link
Member

montyly commented Apr 1, 2022

Looks like we are failing because of builder in windows. This platform is not supported anymore (its hardhat), maybe we can remove it from windows in the CI?

@elopez
Copy link
Member Author

elopez commented Apr 1, 2022

Now that #248 is merged it should work fine, but if it continues to fail I can drop it from the Windows runs 👍

@montyly montyly merged commit 3e5ea1b into crytic:dev Apr 4, 2022
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

2 participants