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

disable compiling in GH Actions #102

Merged
merged 1 commit into from
Jul 21, 2021
Merged

Conversation

missinglink
Copy link
Member

@missinglink missinglink commented Jul 21, 2021

there seems to be an issue with running the 'compile' command within the CI env which doesn't exist outside.

the linux 64 binary present in the latest npm release produces a SEGFAULT:

./pbf2json.linux-x64 Segmentation fault

..however dowloading the binary with the same name from the repo (which was produced locally from the git commit hook) works perfectly.

I suspect it's due to running upx within a container, or the version of upx, so this PR disables building the binaries within the CI env.

@missinglink missinglink merged commit b217f99 into master Jul 21, 2021
@missinglink missinglink deleted the actions_disable_compile branch July 21, 2021 16:35
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.

1 participant