-
Is it possible to fetch the sources of a particular version of a package, without building it? For example, this package has a number of versions listed. Is there anything builtin that allows us to say, that we just want to grab the source of a particular version? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Apr 1, 2024
Replies: 1 comment 3 replies
-
no way now, you need to install it first. but you can use set_base to override
|
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
smac89
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
no way now, you need to install it first. but you can use set_base to override
on_install
/on_test
. it will only download sources.