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

feat: add justfile, setup CI #3

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Conversation

chrisdickinson
Copy link
Contributor

@chrisdickinson chrisdickinson commented Sep 14, 2023

  • Move the path detection to its own module, utils, so our command runner can test to see if we need to install extism and the shared libraries separately
  • I'm experimenting with the just command runner stuff.
    • The justfile prepare recipe is intended for humans (vs. CI) – this is to ensure contributors have the necessary prerequisites. In CI I've installed the dependencies in separate, cacheable steps.
  • The poetry deps are cached using actions/setup-python.
  • If you know of a better way to determine the download than the munging I'm doing in bash, please let me know! gcc -dumpmachine was too specific, arch doesn't quite return what we want, and uname -a didn't feel great either.

@chrisdickinson chrisdickinson force-pushed the chris/20230914-python-ci branch 13 times, most recently from a3945a7 to 72a5aed Compare September 15, 2023 17:51
@chrisdickinson chrisdickinson merged commit 7b2e49e into main Sep 15, 2023
2 checks passed
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.

1 participant