Skip to content

Commit

Permalink
Fix DDPTool build with gcc 10
Browse files Browse the repository at this point in the history
Add upgraded DDPTool source code [1] with fix for compiling
with GCC 10. This issue was due to GCC 10 linker not
tolerating redeclartion of global variable.

[1] https://github.com/intel/ddp-tool

Signed-off-by: Kennelly, Martin <martin.kennelly@intel.com>
  • Loading branch information
martinkennelly committed Mar 26, 2021
1 parent 51e2afc commit a946600
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:alpine3.12 as builder

COPY . /usr/src/sriov-network-device-plugin
ADD images/ddptool-1.0.0.0.tar.gz /tmp/ddptool/
ADD images/ddptool-1.0.1.12.tar.gz /tmp/ddptool/

ENV HTTP_PROXY $http_proxy
ENV HTTPS_PROXY $https_proxy
Expand Down
Binary file removed images/ddptool-1.0.0.0.tar.gz
Binary file not shown.
Binary file added images/ddptool-1.0.1.12.tar.gz
Binary file not shown.

0 comments on commit a946600

Please sign in to comment.