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

fix heighliner #30

Closed
Reecepbcups opened this issue Feb 12, 2024 · 0 comments · Fixed by #59
Closed

fix heighliner #30

Reecepbcups opened this issue Feb 12, 2024 · 0 comments · Fixed by #59
Labels
bug Something isn't working

Comments

@Reecepbcups
Copy link
Member

Reecepbcups commented Feb 12, 2024

not sure why but when using heighliner to build, it's not picking up the fiels in the folder? used Juno as reference so I know it works, but it's not even building the binary

May need to modify chains.yml to be more specific like so:

- name: project
  github-organization: MY-ORG
  github-repo: myproject
  dockerfile: cosmos
  build-target: make install
  build-dir: ./
  build-env:
    - BUILD_TAGS=muslc
  binaries:
    - /go/bin/appd

ref: current make local-image uses standard docker builder.

also both break on wasmd builds because static linking stuff
permissiones for /tmp

@Reecepbcups Reecepbcups pinned this issue Feb 19, 2024
@Reecepbcups Reecepbcups added the bug Something isn't working label Feb 19, 2024
@Reecepbcups Reecepbcups linked a pull request Feb 23, 2024 that will close this issue
@Reecepbcups Reecepbcups unpinned this issue Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant