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

Wildcard BUILD not working with extra flags #3862

Closed
mikejholly opened this issue Mar 4, 2024 · 0 comments
Closed

Wildcard BUILD not working with extra flags #3862

mikejholly opened this issue Mar 4, 2024 · 0 comments
Labels
type:bug Something isn't working

Comments

@mikejholly
Copy link
Contributor

What went wrong?

VERSION --wildcard-builds 0.8
PROJECT xyz

bootstrap:
	BUILD --auto-skip ./*+bootstrap

Results in Error: Earthfile line 5:1 parse flag args: invalid argument ./*+bootstrap.

If I remove the --auto-skip flag it does work.

What should have happened?

Normal execution.

@mikejholly mikejholly added the type:bug Something isn't working label Mar 4, 2024
mikejholly added a commit that referenced this issue Mar 5, 2024
Addresses: #3862

The code should replace the wildcard target with the expanded one while
accounting for flags & args.
@mikejholly mikejholly changed the title BUILD --auto-skip not working with wildcard builds Wildcard BUILD not working with extra flags Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

1 participant