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

feaf: introduce RAP_RECURSIVE to check packages recursively and RAP_CLEAN to run cargo clean before check #72

Merged
merged 18 commits into from
Nov 14, 2024

Conversation

zjp-CN
Copy link
Contributor

@zjp-CN zjp-CN commented Nov 14, 2024

This PR introduce RAP_CLEAN and RAP_CLEAN environment variables:

Environment variables (Values are case insensitive):

var default when absent one of these values description
RAP_CLEAN true ture, false run cargo clean before check
RAP_RECURSIVE none none, shallow, deep scope of packages to check

For RAP_RECURSIVE:

  • none: check for current folder
  • shallow: check for current workpace members
  • deep: check for all workspaces from current folder

NOTE: for shallow or deep, rap will enter each member folder to do the check.


Output of this PR: https://github.com/os-checker/os-checker-test-suite/blob/480055aec08e0d607c683d532b44d4e072238f68/rap.md

@zjp-CN zjp-CN changed the title feaf: support RAP_RECURSIVE to check packages recursively feaf: introduce RAP_RECURSIVE to check packages recursively and RAP_CLEAN to run cargo clean before check Nov 14, 2024
@hxuhack hxuhack merged commit 056ea08 into Artisan-Lab:main Nov 14, 2024
1 check 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.

2 participants