Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

amazon-ssm-agent: re-add dependency to oem-ec2-compat #1162

Merged
merged 3 commits into from
Aug 4, 2021

Commits on Aug 3, 2021

  1. app-emulation/amazon-ssm-agent: cross-compile and use correct go version

    The ebuild was missing a call to go_export() which exports GOARCH, and so was
    always built for host architecture. While COREOS_GO_VERSION was specified as
    go1.12, src_compile() has to use '${EGO}' to make use of it, so we were
    building with go1.16 (latest).  Upstream builds with 1.12 for this version, so
    we will do the same.
    
    Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
    jepio committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    848b998 View commit details
    Browse the repository at this point in the history
  2. Revert "Revert "Build app-emulation/amazon-ssm-agent with EC2 AMI ima…

    …ges""
    
    Now that the OEM partition is a btrfs partition with compression, we have
    enough space to install ssm agent.
    
    This reverts commit b6abb59.
    
    Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
    jepio committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    90b5c85 View commit details
    Browse the repository at this point in the history
  3. coreos-base/oem-ec2-compat: make ssm agent conditional on ec2

    and properly include all deps in RDEPEND.
    
    Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
    jepio committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    da78879 View commit details
    Browse the repository at this point in the history