internal/rosa: setuptools artifact
Some checks failed
Test / Create distribution (push) Successful in 49s
Test / Sandbox (push) Successful in 2m37s
Test / Flake checks (push) Has been cancelled
Test / Hpkg (push) Has started running
Test / Hakurei (push) Has been cancelled
Test / Sandbox (race detector) (push) Has been cancelled
Test / Hakurei (race detector) (push) Has been cancelled
Test / ShareFS (push) Has been cancelled
Some checks failed
Test / Create distribution (push) Successful in 49s
Test / Sandbox (push) Successful in 2m37s
Test / Flake checks (push) Has been cancelled
Test / Hpkg (push) Has started running
Test / Hakurei (push) Has been cancelled
Test / Sandbox (race detector) (push) Has been cancelled
Test / Hakurei (race detector) (push) Has been cancelled
Test / ShareFS (push) Has been cancelled
Apparently the only way to install python stuff offline. Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
@@ -186,6 +186,8 @@ func main() {
|
||||
p = rosa.Python
|
||||
case "rsync":
|
||||
p = rosa.Rsync
|
||||
case "setuptools":
|
||||
p = rosa.Setuptools
|
||||
case "zlib":
|
||||
p = rosa.Zlib
|
||||
|
||||
|
||||
Reference in New Issue
Block a user