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

dt: Updated tinygo to work on Ubuntu 20.04 #17893

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Conversation

michael-redpanda
Copy link
Contributor

@michael-redpanda michael-redpanda commented Apr 16, 2024

curl in ubuntu 20.04 doesn't support --retry-all-errors so this was causing the FIPS AMI to fail to build. This change will check for Ubuntu 20.04 and if found, use --retry-connrefused.

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.3.x
  • v23.2.x

Release Notes

  • none

curl in ubuntu 20.04 doesn't support `--retry-all-errors` so
this was causing the FIPS AMI to fail to build.  This change will
check for Ubuntu 20.04 and if found, use `--retry-connrefused`.

Signed-off-by: Michael Boquard <michael@redpanda.com>
@michael-redpanda michael-redpanda self-assigned this Apr 16, 2024
@michael-redpanda michael-redpanda requested a review from a team as a code owner April 16, 2024 16:20
@michael-redpanda michael-redpanda requested review from rpdevmp and rockwotj and removed request for a team April 16, 2024 16:20
@vbotbuildovich
Copy link
Collaborator

@dotnwat dotnwat merged commit c64c4eb into dev Apr 16, 2024
16 of 17 checks passed
@dotnwat dotnwat deleted the CORE-2392-Fix-fips-ami branch April 16, 2024 19:01
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.

None yet

4 participants