Message ID | 20190426164002.22381-9-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Do armhf kernel builds on amd64 | expand |
diff --git a/make-flight b/make-flight index c5411412..020ad5f1 100755 --- a/make-flight +++ b/make-flight @@ -833,8 +833,8 @@ test_matrix_do_one () { all_hostflags="$hf" fi # TODO it would be nice to test i386->amd64 tools migration too (for - # Xen >= 4.6), but currently $r{arch} is used in several places, - # which would need looking at. + # Xen >= 4.6). Previously $r{arch} was used in several places, + # which made this more complicated, but this is now fixed. fi if [ x$test_pvh = xy -a $xenarch = amd64 -a $dom0arch = amd64 ]; then
This comment was lamenting the very problem we are fixing now. It would now be possible to test i386->amd64 tools migration, by writing an appropriate test job with different src_host_arch and dst_host_arch etc. Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> --- make-flight | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)