Comment 3 for bug 1878224

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to integ (master)

Reviewed: https://review.opendev.org/727218
Committed: https://git.openstack.org/cgit/starlingx/integ/commit/?id=e2dc5c2dd0042788697ade268ac5c24fe9dc2f8c
Submitter: Zuul
Branch: master

commit e2dc5c2dd0042788697ade268ac5c24fe9dc2f8c
Author: Steven Webster <email address hidden>
Date: Tue May 12 10:32:21 2020 -0400

    Fix sriov device plugin image build

    Previous commit d204f10ab5 introduced a build script to assist
    in building the SR-IOV device plugin.

    The script utilizes a Makefile to do build the plugin binary,
    then the image.

    Building the binary depends on go being present on the host. If it
    is not, the build will fail.

    Building the binary is actually not required, as it will be also
    done in a container as part of the 'make image', rather than copying
    the binary from the host.

    Closes-Bug: #1878224
    Change-Id: I4499ea2bbef4b3da8a154c69a07b415574517500
    Signed-off-by: Steven Webster <email address hidden>