-
Notifications
You must be signed in to change notification settings - Fork 832
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
[Proposal] Option "-k" to keep source #74
Comments
Setting This helped with using ruby with gdb. If I can get EDIT: Comment originally posted from phone. Updated markup. |
Nice! I think this would make sense for Python too, I will add the option to my plugin when you are done here! |
I think this should actually be the default, and another command is added to cleanup unneeded source & build dirs. e.g. I just installed Python, but I didnt have Downloading Python-3.6.7.tar.xz...
-> https://www.python.org/ftp/python/3.6.7/Python-3.6.7.tar.xz
Installing Python-3.6.7...
WARNING: The Python sqlite3 extension was not compiled. Missing the SQLite3 lib? After installing the devels, asdf needs to refetch everything, and rebuild everything, which is wasted bytes and time. |
feat(golang-rewrite): more `asdf plugin remove` tests
feat(golang-rewrite): more `asdf plugin remove` tests
feat(golang-rewrite): more `asdf plugin remove` tests
Inspired by
ruby-build
's -k option.Passing this option should uncompress and compile the package in
~/.asdf/sources/<plugin>/<version>
instead of the tmp dir. This is plugin specific.install
script is passed a source-compile path as another argument.install
script uses a temp or the source-compile path to compile the package depending on the option passed.Atleast for now, this would make it possible to use
gdb
withruby
. I have this work-in-progress in thekeep-source
branch.The text was updated successfully, but these errors were encountered: