Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes error during packing on MacOS with Homebrew: Error: Failed changing dylib ID of /usr/local/Cellar/fastfec/0.1.9/lib/libfastfec.dylib
from @rpath/libfastfec.dylib
to /usr/local/opt/fastfec/lib/libfastfec.dylib
Error: Failed to fix install linkage
and
Error: Failed changing install name in /opt/homebrew/Cellar/fastfec/0.1.9/bin/fastfec
from /opt/homebrew/opt/pcre/lib/libpcre.1.dylib
to @@HOMEBREW_PREFIX@@/opt/pcre/lib/libpcre.1.dylib
See ziglang/zig#13388, where this is inspired from
Updated for changes to zig build system in version 11
add back preferred optimize mode
change wasm os target to freestanding to fix missing main symbol error
feat: update zig version in github actions workflows
chore: remove jira ticket from template
chore: std=gnu99
chore: unistd for isatty
chore: include unistd always
chore: pin python version, update wheel
chore: attempt to fix python wheel
chore: remove reproducible wheel
chore: os-specific python setup
chore: log lib
chore: blanket ls
chore: zig cache ls
chore: add verbosity
fix: update zig in requirements-dev
chore: zig 0.11.0 everywhere else
chore: revert setup change
chore: remove test cmds from workflow
chore: 3.11
Description
Information about what you changed for this PR
Test Steps
After Screenshot(s)
Before Screenshot(s)