diff options
author | Christopher Baines <mail@cbaines.net> | 2022-11-05 12:55:55 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2022-11-05 12:55:55 +0100 |
commit | 22f93de604c4de49caa36fa3fbce07388dbdf02d (patch) | |
tree | 9a2c432dacde20c8dcf9e2ddda2956fa1053702e | |
parent | 1b9579eef2e0f568ac6775085c02fb62da85f290 (diff) | |
download | qa-frontpage-22f93de604c4de49caa36fa3fbce07388dbdf02d.tar qa-frontpage-22f93de604c4de49caa36fa3fbce07388dbdf02d.tar.gz |
Add some TODO's about expanding patch testing
-rw-r--r-- | README.org | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -60,3 +60,21 @@ merging the patch. *** TODO Show changes with system tests **** TODO Submit builds for system tests when affected by patches +*** TODO Extend testing for patches +**** TODO Cross-compilation from x86_64-linux + +This can be enabled, but data might often be lacking due to lack of build +resources for bordeaux.guix.gnu.org + +**** TODO powerpc64le-linux + +The one powerpc64le-linux build machine for bordeaux.guix.gnu.org isn't always +on (this could be fixed by changing the hosting). Anyway, some always +available build machine for powerpc64le-linux is probably needed before +extending patch testing. + +**** TODO i586-gnu + +Builds are now happening on bordeaux.guix.gnu.org, once it's caught up, +enabling i586-gnu should be possible. There might be issues with a lack of +build resources (like x86_64-linux). |