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

[libzenohc] Update to 1.0.0 #9693

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

n0wis
Copy link
Contributor

@n0wis n0wis commented Oct 26, 2024

This pull request contains a new build recipe I built using the BinaryBuilder.jl wizard:

  • Package name: libzenohc
  • Version: v1.0.0

@staticfloat please review and merge.

@n0wis n0wis changed the title Wizard recipe: libzenohc-v1.0.0 [libzenohc] Update to 1.0.0 Oct 26, 2024
Copy link
Member

@giordano giordano left a comment

Choose a reason for hiding this comment

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

You don't need to (or, really, shouldn't) use the wizard to update an existing recipe: https://docs.binarybuilder.org/stable/#Manually-create-or-edit-build_tarballs.jl

]

# Bash recipe for building across all platforms
script = raw"""
cd $WORKSPACE/srcdir
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
cd $WORKSPACE/srcdir

"""

# These are the platforms we will build for by default, unless further
# platforms are passed in on the command line
platforms = [
Platform("aarch64", "macos"; ),
Copy link
Member

Choose a reason for hiding this comment

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

This changed the order of the platforms, which (a) makes review harder than necessary and (b) breaks git blame.

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