mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-18 02:04:19 +00:00
release: build Linux (musl) release using vendored OpenSSL
The 0.7.0 release build failed because it didn't find OpenSSL. I don't know much about musl, but I think we added it in order to get a single binary without dependencies, so I think vendoring is what we want.
This commit is contained in:
parent
eb79a21cc0
commit
9fc879747f
1 changed files with 0 additions and 3 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -40,9 +40,6 @@ jobs:
|
|||
toolchain: stable
|
||||
target: ${{ matrix.target }}
|
||||
- name: Build release binary
|
||||
run: cargo build --target ${{ matrix.target }} --verbose --release
|
||||
- name: (re-)Build release binary with vendored OpenSSL
|
||||
if: matrix.os != 'ubuntu-20.04' && matrix.os != 'macos-11'
|
||||
run: cargo build --target ${{ matrix.target }} --verbose --release --features vendored-openssl
|
||||
- name: Build archive
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue