- Notifications
You must be signed in to change notification settings - Fork663
Add guarddog runner#1580
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Add guarddog runner#1580
Uh oh!
There was an error while loading.Please reload this page.
Conversation
svartkanin commentedNov 30, 2022
Currently the project uses |
Torxed commentedNov 30, 2022
I agree, since |
svartkanin commentedNov 30, 2022
Something like this probably
|
Torxed commentedNov 30, 2022
That would be a lot easier for installing the dependencies for sure. So you're absolutly right with the oneliner: I don't mind if it ends up on the disk between runs, but if we could boil it down to a one-liner that's helpful too :) I just don't have the necessary bash magic within me to do so ^^ |
svartkanin commentedDec 1, 2022
Yeah it doesn't have to be fancy as it's just sitting in the runner. I'm working on the libparted implementation and I'll be able to share the migration soon(TM) |
Torxed commentedDec 1, 2022
Awesome! It's going to be a game changer and we'll probably need to bounce ideas on it at some point :) |
Uh oh!
There was an error while loading.Please reload this page.
Mainly for future prep, when we start using external dependencies.
This should at least give us a basic safety check against some known issues.
This runner will fail until
requirements.txtis created :)