On 6/26/20 12:37 PM, no-re...@patchew.org wrote: > Patchew URL: https://patchew.org/QEMU/20200626102744.15053-1-f4...@amsat.org/ > > > > Hi, > > This series failed the docker-quick@centos7 build test. Please find the > testing commands and > their output below. If you have Docker installed, you can probably reproduce > it > locally. > > === TEST SCRIPT BEGIN === > #!/bin/bash > make docker-image-centos7 V=1 NETWORK=1 > time make docker-test-quick@centos7 SHOW_ENV=1 J=14 NETWORK=1 > === TEST SCRIPT END === > > CC aarch64-softmmu/hw/arm/gumstix.o > CC aarch64-softmmu/hw/arm/spitz.o > /tmp/qemu-test/src/hw/i386/pc_q35.c: In function 'pc_q35_init': > /tmp/qemu-test/src/hw/i386/pc_q35.c:310:9: error: passing argument 1 of > 'smbus_eeprom_init' from incompatible pointer type [-Werror] > smbus_eeprom_init(pcms->smbus, 8, NULL, 0); > ^
This was announced in the patch. Is there a way to give patchew a hint that it is pointless to build a patch/series? Other CI services provides a such feature, i.e. Travis-CI skips if a patch description contains '[ci skip]', we could simply reuse that for patchew.