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

Cleans up src folder after download and build #9

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

stigi
Copy link

@stigi stigi commented Dec 16, 2024

Removing src after building, so that the install script does not install it as well.

The install script will otherwise copy the entire contents of $ASDF_DOWNLOAD_PATH into the installation directory. This causes a lot of confirmation steps on my maching:

$ asdf install sourcedocs latest
[...]
Build complete! (25.27s)
sourcedocs 2.0.2 installation was successful!
override r--r--r-- ullrich/staff for /Users/ullrich/.asdf/downloads/sourcedocs/2.0.2/src/SourceDocs-2.0.2/.build/checkouts/swift-argument-parser/CODE_OF_CONDUCT.md? y
override r--r--r-- ullrich/staff for /Users/ullrich/.asdf/downloads/sourcedocs/2.0.2/src/SourceDocs-2.0.2/.build/checkouts/swift-argument-parser/Tools/changelog-authors/Util.swift? y
override r--r--r-- ullrich/staff for /Users/ullrich/.asdf/downloads/sourcedocs/2.0.2/src/SourceDocs-2.0.2/.build/checkouts/swift-argument-parser/Tools/changelog-authors/Models.swift? y
[...a thousand more...]

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