mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-11 23:27:40 +00:00
.github: Clean source tree before cross building release assets
This address issues with leaking symbols into the cross build. Signed-off-by: Rob Bradford <robert.bradford@intel.com> (cherry picked from commit 547230bb7757f8e837b90ea34c5cc79c6ebe33fd) Signed-off-by: Bo Chen <chen.bo@intel.com>
This commit is contained in:
parent
62c1f39ea2
commit
a63e064004
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -40,6 +40,10 @@ jobs:
|
||||
toolchain: "1.62"
|
||||
target: aarch64-unknown-linux-musl
|
||||
override: true
|
||||
- name: Clean build tree ahead of cross build
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: clean
|
||||
- name: Static Build (AArch64)
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user