[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH RFC 2/3] automation: build stubdom and rombios, and tools on 32 bit
Now we're using docker to build. They shouldn't be a problem anymore. Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- RFC because I haven't tested if other dockerfiles need changes. --- automation/scripts/build | 8 -------- 1 file changed, 8 deletions(-) diff --git a/automation/scripts/build b/automation/scripts/build index b90fc43d26..21fb029e8a 100755 --- a/automation/scripts/build +++ b/automation/scripts/build @@ -11,8 +11,6 @@ fi # build up our configure options cfgargs=() -cfgargs+=("--disable-stubdom") # more work needed into building this -cfgargs+=("--disable-rombios") cfgargs+=("--enable-docs") # SeaBIOS cannot be built with clang @@ -20,12 +18,6 @@ if [[ "${CC}" == "clang" ]]; then cfgargs+=("--with-system-seabios=/usr/share/seabios/bios.bin") fi -if [[ "${XEN_TARGET_ARCH}" == "x86_64" ]]; then - cfgargs+=("--enable-tools") -else - cfgargs+=("--disable-tools") # we don't have the cross depends installed -fi - ./configure "${cfgargs[@]}" make dist -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |