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

OCPBUGS-10475: UPSTREAM: <carry>: Fix GOARCH in OpenShift build #37

Merged
merged 2 commits into from
Mar 17, 2023

Commits on Mar 17, 2023

  1. UPSTREAM: <carry>: Fix GOARCH in OpenShift build

    Do not overwrite GOARCH, it is set by our builders to the right value for
    x86_64 or arm or whatever we will support in OCP.
    
    In addition, build just one bin/aws-efs-csi-driver, for the current arch.
    Don't build anything else.
    jsafrane committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    11ca407 View commit details
    Browse the repository at this point in the history
  2. UPSTREAM: <carry>: update mount-utils

    We want kubernetes/kubernetes#103780 in the EFS CSI
    driver to fix https://bugzilla.redhat.com/show_bug.cgi?id=2056629
    
    We need to carry it until upstream updates to k8s 1.23 or newer.
    
    This replaces 7caacdb:
        UPSTREAM: <carry>: Ignore 'wait: no child processes' error when calling mount/umount
    jsafrane committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    506870a View commit details
    Browse the repository at this point in the history