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

CodeBuild projects for Amazon Linux not building artifacts #31

Merged
merged 12 commits into from
Jul 23, 2024

Conversation

Ephylouise
Copy link
Owner

@Ephylouise Ephylouise commented Jul 23, 2024

Summary

This PR is opened to trigger the CodeBuild in my personal AWS account to troubleshoot the lack of Amazon Linux artifacts on aws:dev PR builds on dev branch PRs since GO_VERSION file updated to 1.22.5 on July 16th..

PR#4243 built successfully when opened on July 15th, but failed July 17th when branch was updated and merged.
Subsequently, PR#s 4248, 4249, 4191, and 4250 have all failed to build an Amazon Linux artifact.

Testing

  • First, simple change of GITHUBUSERNAME from 'aws' to 'Ephylouise'
    • This commit triggered a build that was successful
    • After further investigation: the Amazon Linux version 2023.5.20240708 was using Go version 1.22.4
    • Today's successful build installed Amazon Linux version 2023.5.20240722, which successfully installed Go version 1.22.5
  • Add logic to install latest Go available it GO_VERSION specifically unavailable
  • Test by hard coding incorrect GOVERION variable GOVERSION="1.99.9"
    • Build was successful. It still installed Go 1.22.5

Licensing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants