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

Commits on Mar 22, 2022

  1. workflows: ci: disable embark

    It is currently broken, and tries to pull a repository via git://
    which GH Actions now blocks.
    elopez committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    b3790d8 View commit details
    Browse the repository at this point in the history
  2. workflows: ci: use solc-select

    We will need it to run CI on Windows
    elopez committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    041b1ef View commit details
    Browse the repository at this point in the history
  3. scripts: fix name mixups

    elopez committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    bf4ef00 View commit details
    Browse the repository at this point in the history
  4. scripts: fix solc test script

    elopez committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    37c67a7 View commit details
    Browse the repository at this point in the history
  5. tests: use lf endings for test code

    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.
    elopez committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    c76d687 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    edc5f90 View commit details
    Browse the repository at this point in the history
  7. workflows: ci: enable Windows runs

    This also extracts Node setup from individual scripts into the workflow,
    to support running on Windows.
    elopez committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    d247a6b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab7e933 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2cd31d View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Configuration menu
    Copy the full SHA
    4a67c71 View commit details
    Browse the repository at this point in the history