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

Switch from YosysHQ action to reusable workflow #2901

Merged
merged 15 commits into from
Dec 20, 2022

Commits on Dec 19, 2022

  1. Switch from YosysHQ action to reusable workflow

    The YosysHQ Github Action for setting up the OSS CAD Suite is very flaky
    in CI so instead we can just wget and untar the suite ourselves. It also
    seems prudent to try out reusable workflows to avoid duplication of
    installation steps.
    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    fe65a8d View commit details
    Browse the repository at this point in the history
  2. Try dir with action.yml

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    f51cc0e View commit details
    Browse the repository at this point in the history
  3. Try not using inputs

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    112d94d View commit details
    Browse the repository at this point in the history
  4. Add runs-on

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    48faf38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f3d9e92 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a59bc9 View commit details
    Browse the repository at this point in the history
  7. Use link directly

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    3e71987 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4bd8648 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    700809c View commit details
    Browse the repository at this point in the history
  10. try curly braces

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c03cd88 View commit details
    Browse the repository at this point in the history
  11. check env

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    3ef5eb0 View commit details
    Browse the repository at this point in the history
  12. add shell

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    aa45eb9 View commit details
    Browse the repository at this point in the history
  13. move env inside of runs

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    c82d9cc View commit details
    Browse the repository at this point in the history
  14. Move version further in

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9dd9c1e View commit details
    Browse the repository at this point in the history
  15. should be good to go

    jackkoenig committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    9766a11 View commit details
    Browse the repository at this point in the history