mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-01 17:35:19 +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>
This commit is contained in:
parent
ef7e177df2
commit
547230bb77
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -40,6 +40,10 @@ jobs:
|
|||||||
toolchain: "1.62"
|
toolchain: "1.62"
|
||||||
target: aarch64-unknown-linux-musl
|
target: aarch64-unknown-linux-musl
|
||||||
override: true
|
override: true
|
||||||
|
- name: Clean build tree ahead of cross build
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: clean
|
||||||
- name: Static Build (AArch64)
|
- name: Static Build (AArch64)
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user