]> xenbits.xensource.com Git - osstest.git/commit
ts-kernel-build: Remove use of $XEN_TARGET_ARCH
authorAnthony PERARD <anthony.perard@citrix.com>
Fri, 8 Dec 2023 15:38:35 +0000 (15:38 +0000)
committerAnthony PERARD <anthony.perard@citrix.com>
Wed, 13 Dec 2023 12:02:14 +0000 (12:02 +0000)
commit8a1c5185667701986354aec9faf797536dab7137
tree9d1fa8eac1c1196a603697917b50694905f799cb
parent6b5290760ef6ebe2fc33ff04b18d7a6d115eb41c
ts-kernel-build: Remove use of $XEN_TARGET_ARCH

osstest doesn't set $XEN_TARGET_ARCH, and this is a Xen build
variable, not a Linux build one. So, this code have been running with
an empty $XEN_TARGET_ARCH for a while which mean none of those
`setopt` has run in a while.

Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Roger Pau Monné <roger.pau@citrix.com>
ts-kernel-build