Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: build on 32bit system #70

Merged

Commits on Aug 22, 2024

  1. Fix: build on 32bit system

    build with GOARCH=386 fails with error:
    
    $ GOARCH=386 go build ./...
    ./sriovnet_aux.go:137:17: u32Mask (untyped int constant 4294967295) overflows int
    
    fix this by modifying u32Mask to be uint32 and proper casting.
    
    Signed-off-by: adrianc <[email protected]>
    adrianchiris committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    3b3b88a View commit details
    Browse the repository at this point in the history