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

Github binaries fail to upload on new version release #134

Open
WillLillis opened this issue Aug 30, 2024 · 2 comments
Open

Github binaries fail to upload on new version release #134

WillLillis opened this issue Aug 30, 2024 · 2 comments
Labels
bug Something isn't working good first issue Good for newcomers help wanted Extra attention is needed unplanned No definite timeline yet

Comments

@WillLillis
Copy link
Collaborator

Version 0.8.0 successfully published, but for some reason our new workflow to publish binaries in a github release failed. Creating this ticket as a placeholder until it's fixed.

@WillLillis WillLillis added the bug Something isn't working label Aug 30, 2024
@WillLillis
Copy link
Collaborator Author

Seems to be caused by a failure to compile the openssl-sys crate.

error: failed to run custom build command for `openssl-sys v0.9.103`

Reported issue for the repo: sfackler/rust-openssl#2197

@WillLillis
Copy link
Collaborator Author

WillLillis commented Aug 30, 2024

Spent some time testing in a throwaway repo. Have the original error resolved, but now am running into issues with the Windows runner. I'll be able to work on this again in a few days, but here's the relevant output:

running "perl" "./Configure" "--prefix=D:/a/asm-lsp-test/asm-lsp-test/target/x86_64-pc-windows-msvc/release/build/openssl-sys-fb392139128fa3c8/out/openssl-build/install" "--openssldir=SYS$MANAGER:[OPENSSL]" "no-dso" "no-shared" "no-ssl3" "no-tests" "no-comp" "no-zlib" "no-zlib-dynamic" "--libdir=lib" "no-md2" "no-rc5" "no-weak-ssl-ciphers" "no-camellia" "no-idea" "no-seed" "no-capieng" "no-asm" "VC-WIN64A"
  --- stderr
  Can't locate Locale/Maketext/Simple.pm in @INC (you may need to install the Locale::Maketext::Simple module) (@INC entries checked: /d/a/asm-lsp-test/asm-lsp-test/target/x86_64-pc-windows-msvc/release/build/openssl-sys-fb392139128fa3c8/out/openssl-build/build/src/util/perl /usr/lib/perl5/site_perl /usr/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl /d/a/asm-lsp-test/asm-lsp-test/target/x86_64-pc-windows-msvc/release/build/openssl-sys-fb392139128fa3c8/out/openssl-build/build/src/external/perl/Text-Template-1.56/lib) at /usr/share/perl5/core_perl/Params/Check.pm line 6.

@WillLillis WillLillis added help wanted Extra attention is needed good first issue Good for newcomers labels Aug 30, 2024
@WillLillis WillLillis added the unplanned No definite timeline yet label Nov 15, 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 good first issue Good for newcomers help wanted Extra attention is needed unplanned No definite timeline yet
Projects
None yet
Development

No branches or pull requests

1 participant