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

[BOT-API] Build executable binary #43 #69

Closed
wants to merge 3 commits into from

Conversation

4TT1L4
Copy link
Contributor

@4TT1L4 4TT1L4 commented May 23, 2024

@4TT1L4 4TT1L4 requested a review from a team as a code owner May 23, 2024 10:29
Dockerfile Outdated
@@ -86,6 +86,7 @@ RUN git init && \
git commit -m "Dummy commit"
RUN cabal update
RUN cabal build all --enable-tests --enable-benchmarks
RUN cp /DEX/dist-newstyle/build/x86_64-linux/ghc-9.2.8/geniusyield-server-lib-0.4.0/x/geniusyield-server/build/geniusyield-server/geniusyield-server /DEX/geniusyield-server
Copy link
Member

Choose a reason for hiding this comment

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

This might create issues for different architectures.

@sourabhxyz
Copy link
Member

There seems to me more concerns than benefit with this change. Proposed solution would bring in issues with different architectures, different version of built binary etc.
Static binaries can be part of releases but here, I would prefer to use higher level interface.

@sourabhxyz
Copy link
Member

Completed via #87, this PR can now be closed, but feel free to reopen it in case I missed something.

@sourabhxyz sourabhxyz closed this Nov 4, 2024
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.

2 participants