Zola: Issue building 0.9.0 with Travis

Created on 28 Nov 2019  路  6Comments  路  Source: getzola/zola

Bug Report

When building with Travis and recommended .travis.yml, error occurs when attempting to get libssl.so

Environment

Zola version: 0.9.0
https://pastebin.com/kAs3H5G5

Expected Behavior

zola build should have executed with error code 0

Current Behavior

zola build fails, citing zola: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

Step to reproduce

Run a travis build using the .travis.yml at https://github.com/sternj/samstern.me/tree/fc98ceb4164ef4e963ead3d465b7e7a1ac6bbed7 (which is directly copied from https://www.getzola.org/documentation/deployment/github-pages/ on 27 November 2019)

Entire log of travis run located at https://pastebin.com/kAs3H5G5

Most helpful comment

Add the line: dist: bionic into .travis.yml seems like a workaround of this issue.

All 6 comments

I guess it's reqwest needing openssl? I need to work around that, see https://zola.discourse.group/t/remove-dependency-on-preinstalled-openssl/221

Was a workaround ever implemented? I'm getting the same error.

Add the line: dist: bionic into .travis.yml seems like a workaround of this issue.

@zhenkyle This worked for me! Ideally, the dependency situation with reqwest should be resolved, but if your suggested workaround becomes official, the documentation for GitHub Pages on the official website should be updated.

None implemented yet, if someone wants to try a PR with default-tls-vendored mentioned in https://zola.discourse.group/t/remove-dependency-on-preinstalled-openssl/221 please do it!

It shouldn't be an issue anymore

Was this page helpful?
0 / 5 - 0 ratings

Related issues

phil-opp picture phil-opp  路  6Comments

svenstaro picture svenstaro  路  5Comments

upsuper picture upsuper  路  3Comments

codesections picture codesections  路  5Comments

porglezomp picture porglezomp  路  7Comments