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

Add rcodesign installation to golang-builder #242

Merged
merged 1 commit into from
Feb 6, 2024

Commits on Feb 5, 2024

  1. Add rcodesign installation to golang-builder

    Signed-off-by: Alper Polat <[email protected]>
    
    Install rust and rcodesign
    
    This method was chosen because rust shipped with debian is 1.63.0,
    which does not seem to be sufficient for the binary to be built.
    So, we have to install rust from source.
    
    Signed-off-by: Alper Polat <[email protected]>
    
    Move rust installation further down for better flow
    
    Seems like build pipeline fails because we remove the osxcross
    directory, so might be better to concatenate the path and install
    rust a bit later.
    
    Signed-off-by: Alper Polat <[email protected]>
    
    Use rust image to add rcodesign instead of rustup
    
    Signed-off-by: Alper Polat <[email protected]>
    
    Copy from the correct directory
    
    Seems like the rcodesign binary ended up in `/usr/local/cargo`
    not /root...
    Signed-off-by: Alper Polat <[email protected]>
    
    Use `/usr/local/bin` instead
    
    Keep it simpler, we don't need the `cargo` directory.
    Signed-off-by: Alper Polat <[email protected]>
    
    Remove redundant space
    
    Signed-off-by: Alper Polat <[email protected]>
    gitperr committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    0118df7 View commit details
    Browse the repository at this point in the history