rust-vmm / rust-vmm-container

Container with all dependencies required for running rust-vmm crates integration tests.
Apache License 2.0
65 stars 32 forks source link

feat(build_container): help musl-tools find headers #98

Closed ShadowCurse closed 8 months ago

ShadowCurse commented 8 months ago

Summary of the PR

This PR is an addition to the #97 PR and helps musl-tools to find linux headers.

Requirements

Before submitting your PR, please make sure you addressed the following requirements:

stefano-garzarella commented 8 months ago

@ShadowCurse it looks like there is some issue with ARCH env:

#12 35.43 + cd /usr/include/-linux-musl
#12 35.43 /opt/src/scripts/build_container.sh: line 21: cd: /usr/include/-linux-musl: No such file or directory

https://github.com/rust-vmm/rust-vmm-container/actions/runs/7400336298/job/20133743257#step:8:1531

ShadowCurse commented 8 months ago

Hi @stefano-garzarella, thx for noticing this issue. I will see what went wrong.