Skip to content

Golang required as a dependency of the EFS utils in PCS-ready AMIs #58

@moecomp

Description

@moecomp

Hello,

It seems that as of a few weeks ago, EFS utils now need Golang as a dependency. The current PCS-ready AMI recipe on the main branch fails to build while running the EFS utils installation script because of the missing dependency.

Suggested fixes in script:

Line 23: Change from sudo yum -y install git rpm-build make rust cargo openssl-devel to sudo yum -y install git rpm-build make rust cargo openssl-devel golang - NOT TESTED

Line 38: Change from sudo apt-get -y install git binutils rustc cargo pkg-config libssl-dev to sudo apt-get -y install git binutils rustc cargo pkg-config libssl-dev golang-go - TESTED SUCCESSFULLY IN UBUNTU 22.04 PCS-READY AMI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions