qiling
qiling copied to clipboard
Add debian workflow
Add linux(debian) for workflow
Checklist
Which kind of PR do you create?
- [x] This PR only contains minor fixes.
- [ ] This PR contains major feature update.
- [ ] This PR introduces a new function/api for Qiling Framework.
Coding convention?
- [x] The new code conforms to Qiling Framework naming convention.
- [x] The imports are arranged properly.
- [ ] Essential comments are added.
- [ ] The reference of the new code is pointed out.
Extra tests?
- [ ] No extra tests are needed for this PR.
- [ ] I have added enough tests for this PR.
- [x] Tests will be added after some discussion and review.
Changelog?
- [ ] This PR doesn't need to update Changelog.
- [x] Changelog will be updated after some proper review.
- [ ] Changelog has been updated in my PR.
Target branch?
- [x] The target branch is dev branch.
One last thing
- [x] I have read the contribution guide
Sorry no offence. This looks like AI generated?
Sorry no offence. This looks like AI generated?
Yes, but I don't know why some of my modifications weren't written into the build-ci.yml. I intended to finish the build test in my personal branch, but it seems that Qiling hasn't granted the permission for 'Actions' on fork.
Hi,
Looks good, but just not too sure why do we need another distro and both of them are from the same root.
Any specific reason?
Hi,
Looks good, but just not too sure why do we need another distro and both of them are from the same root.
Any specific reason?
-
The default Python versions of the Debian system and the Ubuntu system are different. With Debian, tests can be conducted under different Python environments. (It's also possible to use virtual environments, but it seems that this wasn't done in the
build.yml). -
Personally, I think that most people are using the Debian system as a server system, so maybe it's necessary to conduct tests.