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

Finalize docker build script #693

Merged
merged 2 commits into from
Aug 31, 2022
Merged

Conversation

ryanfkeepers
Copy link
Contributor

Description

Modification of #660

Type of change

Please check the type of change your PR introduces:

  • 🌻 Feature
  • πŸ› Bugfix
  • πŸ—ΊοΈ Documentation
  • πŸ€– Test
  • 🐹 Trivial/Minor

Issue(s)

#570

Test Plan

  • πŸ’ͺ Manual
  • ⚑ Unit test
  • πŸ’š E2E

@ryanfkeepers ryanfkeepers self-assigned this Aug 30, 2022
@ryanfkeepers ryanfkeepers added the enhancement New feature or request label Aug 30, 2022
@sonarcloud
Copy link

sonarcloud bot commented Aug 30, 2022

Kudos, SonarCloud Quality Gate passed!Β  Β  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

./build.sh
--platforms ${{ env.PLATFORMS }}

# - name: Build Corso Binaries Locally
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the plan to switch to multiplatform-binary.sh here before merge?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not at this time, due to the cross-platform build failures, seen here. We're unable to use that script in CI deployment, unless we connive some way around it. I should actually remove that commented section.

Copy link
Contributor

@vkamra vkamra Aug 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not clear to me why this doesn't hit the same issue - we're still cross-compiling when running build in the golang container - right? Also - this discussion is not a blocker for the PR which I've approved.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Noted. And, yeah, it isn't apparent to me either. Likewise, my local build doesn't have the same issue. Taking shots in the dark here, but I suppose the container could have some built-in emulation to help it along in some way. I'd expect github's ubuntu-latest runtime to have similar. But it's difficult to know.

@ryanfkeepers ryanfkeepers merged commit 2caa24b into issue-570-deploy Aug 31, 2022
@ryanfkeepers ryanfkeepers deleted the issue-570-deploy-sep branch August 31, 2022 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants