For some reason the library is build for PowerPC in addition to the
standard target, but that will make the CI unhappy as libnvme will
build and execute the 'configurator' program during building.
Which clearly will fail, as libnvme doesn't distinguish between
a host and target compiler.
So kill this step as it's of doubtful value anyway.
Signed-off-by: Hannes Reinecke <hare@suse.de>
- name: Checkout libnvme
run: git submodule update --init
- name: make
- run: sudo apt-get install gcc-10-powerpc* libjson-c-dev && make clean && make && make clean && make LD=powerpc64le-linux-gnu-ld CC=powerpc64le-linux-gnu-gcc-10 CFLAGS='-O2 -g -Wall -Wformat-security -Werror -m64 -mcpu=power8 -mtune=power8 -I -I/usr/powerpc64-linux-gnu/include/'
+ run: sudo apt-get install libjson-c-dev && make clean && make && make clean